|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | VP9ParseContext |
Macros | |
| #define | case_n(a, rd) |
Functions | |
| static void | parse_frame (AVCodecParserContext *ctx, const uint8_t *buf, int size) |
| static int | parse (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) |
Variables | |
| AVCodecParser | ff_vp9_parser |
| #define case_n | ( | a, | |
| rd | |||
| ) |
Referenced by parse().
|
static |
Definition at line 29 of file vp9_parser.c.
Referenced by parse().
|
static |
Definition at line 40 of file vp9_parser.c.
| AVCodecParser ff_vp9_parser |
Definition at line 114 of file vp9_parser.c.
1.8.2