|
FFmpeg
|
#include <stdint.h>#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "parser_internal.h"Go to the source code of this file.
Data Structures | |
| struct | CookParseContext |
Functions | |
| static int | cook_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const FFCodecParser | ff_cook_parser |
|
static |
Definition at line 38 of file cook_parser.c.
| const FFCodecParser ff_cook_parser |
Definition at line 57 of file cook_parser.c.
1.8.17