|
FFmpeg 7.1.2
|
#include <libavformat/avformat.h>
Data Fields | |
| const char * | name |
| A comma separated list of short names for the format. | |
| const char * | long_name |
| Descriptive name for the format, meant to be more human-readable than name. | |
| int | flags |
| Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS, AVFMT_NOTIMESTAMPS, AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH, AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS. | |
| const char * | extensions |
| If extensions are defined, then no probe is done. | |
| const struct AVCodecTag *const * | codec_tag |
| const AVClass * | priv_class |
| AVClass for the private context. | |
| const char * | mime_type |
| Comma-separated list of mime types. | |
Definition at line 548 of file avformat.h.
| const char* AVInputFormat::name |
A comma separated list of short names for the format.
New names may be appended with a minor bump.
Definition at line 553 of file avformat.h.
| const char* AVInputFormat::long_name |
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 560 of file avformat.h.
| int AVInputFormat::flags |
Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, 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 567 of file avformat.h.
| const char* AVInputFormat::extensions |
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 574 of file avformat.h.
| const struct AVCodecTag* const* AVInputFormat::codec_tag |
Definition at line 576 of file avformat.h.
| const AVClass* AVInputFormat::priv_class |
AVClass for the private context.
Definition at line 578 of file avformat.h.
| const char* AVInputFormat::mime_type |
Comma-separated list of mime types.
It is used check for matching mime types while probing.
Definition at line 585 of file avformat.h.