FFmpeg
|
mpegvideo_parser.c File Reference
Include dependency graph for mpegvideo_parser.c:
Go to the source code of this file.
Data Structures | |
struct | MpvParseContext |
Functions | |
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) |
Variables | |
AVCodecParser | ff_mpegvideo_parser |
Function Documentation
|
static |
Definition at line 35 of file mpegvideo_parser.c.
Referenced by mpegvideo_parse().
|
static |
Definition at line 146 of file mpegvideo_parser.c.
|
static |
Definition at line 196 of file mpegvideo_parser.c.
|
static |
Definition at line 179 of file mpegvideo_parser.c.
Variable Documentation
AVCodecParser ff_mpegvideo_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_MPEG1VIDEO, AV_CODEC_ID_MPEG2VIDEO },
.parser_init = mpegvideo_parse_init,
.parser_parse = mpegvideo_parse,
.parser_close = ff_parse_close,
.split = mpegvideo_split,
}
static int mpegvideo_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: mpegvideo_parser.c:146
Definition: libavcodec/avcodec.h:103
static int mpegvideo_parse_init(AVCodecParserContext *s)
Definition: mpegvideo_parser.c:196
Definition: mpegvideo_parser.c:27
static int mpegvideo_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
Definition: mpegvideo_parser.c:179
Definition at line 202 of file mpegvideo_parser.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11