|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | FFCodecParser |
Macros | |
| #define | EIGTH_ARG(a, b, c, d, e, f, g, h, ...) |
| #define | NO_FAIL |
| #define | CHECK_FOR_TOO_MANY_IDS(...) |
| #define | FF_MSVC_EXPAND(...) |
| #define | FIRST_SEVEN2(a, b, c, d, e, f, g, ...) |
| #define | FIRST_SEVEN(...) |
| #define | TIMES_SEVEN(a) |
| #define | PARSER_CODEC_LIST(...) |
Functions | |
| static const FFCodecParser * | ffcodecparser (const AVCodecParser *parser) |
Definition at line 43 of file parser_internal.h.
| #define NO_FAIL |
Definition at line 44 of file parser_internal.h.
| #define CHECK_FOR_TOO_MANY_IDS | ( | ... | ) |
Definition at line 46 of file parser_internal.h.
| #define FF_MSVC_EXPAND | ( | ... | ) |
Definition at line 49 of file parser_internal.h.
Definition at line 50 of file parser_internal.h.
| #define FIRST_SEVEN | ( | ... | ) |
Definition at line 51 of file parser_internal.h.
| #define PARSER_CODEC_LIST | ( | ... | ) |
Definition at line 54 of file parser_internal.h.
|
inlinestatic |
Definition at line 38 of file parser_internal.h.
Referenced by av_parser_close(), av_parser_init(), and av_parser_parse2().