FFmpeg
|
Go to the source code of this file.
Functions | |
static int | cavs_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
Find the end of the current frame in the bitstream. More... | |
static int | cavsvideo_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_cavsvideo_parser |
Chinese AVS video (AVS1-P2, JiZhun profile) parser
Definition in file cavs_parser.c.
|
static |
Find the end of the current frame in the bitstream.
Definition at line 36 of file cavs_parser.c.
Referenced by cavsvideo_parse().
|
static |
Definition at line 75 of file cavs_parser.c.
const AVCodecParser ff_cavsvideo_parser |
Definition at line 99 of file cavs_parser.c.