Libav 0.7.1
|
Chinese AVS video (AVS1-P2, JiZhun profile) parser. More...
Go to the source code of this file.
Functions | |
static int | cavs_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
finds the end of the current frame in the bitstream. | |
static int | cavsvideo_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_cavsvideo_parser |
Chinese AVS video (AVS1-P2, JiZhun profile) parser.
Definition in file cavs_parser.c.
static int cavs_find_frame_end | ( | ParseContext * | pc, |
const uint8_t * | buf, | ||
int | buf_size | ||
) | [static] |
finds the end of the current frame in the bitstream.
Definition at line 36 of file cavs_parser.c.
Referenced by cavsvideo_parse().
static int cavsvideo_parse | ( | AVCodecParserContext * | s, |
AVCodecContext * | avctx, | ||
const uint8_t ** | poutbuf, | ||
int * | poutbuf_size, | ||
const uint8_t * | buf, | ||
int | buf_size | ||
) | [static] |
Definition at line 76 of file cavs_parser.c.
{ { CODEC_ID_CAVS }, sizeof(ParseContext1), NULL, cavsvideo_parse, ff_parse1_close, ff_mpeg4video_split, }
Definition at line 100 of file cavs_parser.c.