#include "parser.h"
#include "mpeg12.h"
#include "internal.h"
Go to the source code of this file.
|
static void | mpegvideo_extract_headers (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
|
static int | mpegvideo_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
|
static int | mpegvideo_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
|
static int | mpegvideo_parse_init (AVCodecParserContext *s) |
|