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