FFmpeg
|
BMP parser. More...
Go to the source code of this file.
Data Structures | |
struct | BMPParseContext |
Functions | |
static int | bmp_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_bmp_parser |
BMP parser.
Definition in file bmp_parser.c.
|
static |
Definition at line 36 of file bmp_parser.c.
AVCodecParser ff_bmp_parser |
Definition at line 86 of file bmp_parser.c.