Go to the source code of this file.
|
#define | KEY |
|
#define | END ((';' << 8) | ('\n' << 0)) |
|
XBM parser
Definition in file xbm_parser.c.
◆ KEY
Value: (((uint64_t)'\n' << 56) | ((uint64_t)'#' << 48) | \
((uint64_t)'d' << 40) | ((uint64_t)'e' << 32) | \
((uint64_t)'f' << 24) | ('i' << 16) | ('n' << 8) | \
('e' << 0))
Definition at line 37 of file xbm_parser.c.
◆ END
#define END ((';' << 8) | ('\n' << 0)) |
◆ xbm_init()
◆ xbm_parse()
◆ ff_xbm_parser
static int xbm_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)