#include "parser.h"
#include "mpegvideo.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_split |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
static |
Initial value:= {
}
static int mpegvideo_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
struct ParseContext1 ParseContext1
void ff_parse1_close(AVCodecParserContext *s)
preferred ID for MPEG-1/2 video decoding
static int mpegvideo_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
Definition at line 176 of file mpegvideo_parser.c.