FFmpeg
|
#include "internal.h"
#include "parser.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "startcode.h"
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_parse_init (AVCodecParserContext *s) |
Variables | |
const AVCodecParser | ff_mpegvideo_parser |
|
static |
Definition at line 103 of file mpegvideo_parser.c.
Referenced by mpegvideo_parse().
|
static |
Definition at line 251 of file mpegvideo_parser.c.
|
static |
Definition at line 288 of file mpegvideo_parser.c.
const AVCodecParser ff_mpegvideo_parser |
Definition at line 294 of file mpegvideo_parser.c.