|
FFmpeg
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/avutil.h"#include "parser.h"#include "parser_internal.h"Go to the source code of this file.
Data Structures | |
| struct | XBMParseContext |
Macros | |
| #define | KEY |
| #define | END ((';' << 8) | ('\n' << 0)) |
Functions | |
| static av_cold 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 FFCodecParser | ff_xbm_parser |
XBM parser
Definition in file xbm_parser.c.
| #define KEY |
Definition at line 41 of file xbm_parser.c.
| #define END ((';' << 8) | ('\n' << 0)) |
Definition at line 46 of file xbm_parser.c.
|
static |
Definition at line 48 of file xbm_parser.c.
|
static |
Definition at line 57 of file xbm_parser.c.
| const FFCodecParser ff_xbm_parser |
Definition at line 104 of file xbm_parser.c.
1.8.17