FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_h263_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
static int | h263_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_h263_parser |
H.263 parser
Definition in file h263_parser.c.
int ff_h263_find_frame_end | ( | ParseContext * | pc, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
Definition at line 32 of file h263_parser.c.
Referenced by ff_h263_decode_frame(), and h263_parse().
|
static |
Definition at line 72 of file h263_parser.c.
const AVCodecParser ff_h263_parser |
Definition at line 101 of file h263_parser.c.