FFmpeg
Classes | Typedefs | Variables
bmp_parser.c File Reference

BMP parser. More...

#include "libavutil/bswap.h"
#include "libavutil/common.h"
#include "parser.h"

Classes

struct  BMPParseContext
 

Typedefs

typedef struct BMPParseContext BMPParseContext
 

Variables

AVCodecParser ff_bmp_parser
 

Detailed Description

BMP parser.

Variable Documentation

§ ff_bmp_parser

AVCodecParser ff_bmp_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_BMP },
.priv_data_size = sizeof(BMPParseContext),
.parser_parse = bmp_parse,
.parser_close = ff_parse_close,
}
Definition: bmp_parser.c:32