Go to the source code of this file.
◆ AVS2_SLICE_MAX_START_CODE
#define AVS2_SLICE_MAX_START_CODE 0x000001AF |
◆ AVS2_ISPIC
#define AVS2_ISPIC |
( |
|
x | ) |
((x) == 0xB3 || (x) == 0xB6) |
◆ AVS2_ISUNIT
#define AVS2_ISUNIT |
( |
|
x | ) |
((x) == 0xB0 || (x) == 0xB1 || (x) == 0xB2 || AVS2_ISPIC(x)) |
◆ avs2_find_frame_end()
◆ avs2_parse()
◆ ff_avs2_parser
Initial value:= {
}
static char * split(char *message, char delim)
static int avs2_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
void ff_parse_close(AVCodecParserContext *s)
Definition at line 89 of file avs2_parser.c.