#include "parser.h"
#include "vc1.h"
Go to the source code of this file.
Functions | |
| static int | vc1_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
| finds the end of the current frame in the bitstream. | |
| static int | vc1_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| static int | vc1_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Variables | |
| AVCodecParser | vc1_parser |
Definition in file vc1_parser.c.
| static int vc1_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 35 of file vc1_parser.c.
Referenced by vc1_parse().
| static int vc1_parse | ( | AVCodecParserContext * | s, | |
| AVCodecContext * | avctx, | |||
| const uint8_t ** | poutbuf, | |||
| int * | poutbuf_size, | |||
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 73 of file vc1_parser.c.
| static int vc1_split | ( | AVCodecContext * | avctx, | |
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 97 of file vc1_parser.c.
Initial value:
{
{ CODEC_ID_VC1 },
sizeof(ParseContext1),
NULL,
vc1_parse,
ff_parse1_close,
vc1_split,
}
Definition at line 117 of file vc1_parser.c.
1.5.8