|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "bytestream.h"#include "avcodec.h"#include "parser_internal.h"Go to the source code of this file.
Functions | |
| static int | parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const FFCodecParser | ff_prores_parser |
|
static |
Definition at line 25 of file prores_parser.c.
| const FFCodecParser ff_prores_parser |
Definition at line 126 of file prores_parser.c.
1.8.17