#include <avformat.h>
Definition at line 565 of file avformat.h.
A comma separated list of short names for the format.
New names may be appended with a minor bump.
Definition at line 570 of file avformat.h.
Referenced by av_dump_format(), av_find_input_format(), av_probe_input_format3(), avformat_find_stream_info(), estimate_timings(), hls_read_header(), hls_read_packet(), ifile_open(), LLVMFuzzerTestOneInput(), print_times(), probe(), read_gab2_sub(), read_thread(), set_codec_from_probe_data(), show_formats_devices(), show_help_demuxer(), and test_segment().
Descriptive name for the format, meant to be more human-readable than name.
You should use the NULL_IF_CONFIG_SMALL() macro to define it.
Definition at line 577 of file avformat.h.
Referenced by show_formats_devices(), and show_help_demuxer().
Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_EXPERIMENTAL, AVFMT_SHOW_IDS, AVFMT_NOTIMESTAMPS, AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH, AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS.
Definition at line 585 of file avformat.h.
Referenced by assert_file_overwrite(), av_probe_input_format3(), avformat_find_stream_info(), dump_stream_format(), dump_stream_group(), estimate_timings(), ff_img_read_header(), ifile_open(), ist_use(), print_times(), probe(), read_thread(), and ts_discontinuity_detect().
If extensions are defined, then no probe is done.
You should usually not use extension format guessing because it is not reliable enough
Definition at line 592 of file avformat.h.
Referenced by av_probe_input_format3(), LLVMFuzzerTestOneInput(), show_help_demuxer(), and test_segment().
Definition at line 594 of file avformat.h.
AVClass for the private context.
Definition at line 596 of file avformat.h.
Referenced by format_child_class_iterate(), next_input(), show_formats_devices(), and show_help_demuxer().
Comma-separated list of mime types.
It is used check for matching mime types while probing.
Definition at line 603 of file avformat.h.
Referenced by av_probe_input_format3().