|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | XBMParseContext |
Macros | |
| #define | KEY |
| #define | END ((';' << 8) | ('\n' << 0)) |
Functions | |
| static int | xbm_init (AVCodecParserContext *s) |
| static int | xbm_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const AVCodecParser | ff_xbm_parser |
XBM parser
Definition in file xbm_parser.c.
| #define KEY |
Definition at line 37 of file xbm_parser.c.
| #define END ((';' << 8) | ('\n' << 0)) |
Definition at line 42 of file xbm_parser.c.
|
static |
Definition at line 44 of file xbm_parser.c.
|
static |
Definition at line 53 of file xbm_parser.c.
| const AVCodecParser ff_xbm_parser |
Definition at line 100 of file xbm_parser.c.
1.8.17