#include "avcodec.h"
#include "bytestream.h"
#include "bmp.h"
#include "internal.h"
#include "msrledec.h"
Go to the source code of this file.
Definition at line 38 of file bmp.c.
Definition at line 28 of file bmp.c.
Initial value:= {
.name = "bmp",
}
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static int init(AVCodecParserContext *s)
struct BMPContext BMPContext
static int bmp_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int bmp_decode_end(AVCodecContext *avctx)
static void close(AVCodecParserContext *s)
static av_cold int bmp_decode_init(AVCodecContext *avctx)
Definition at line 369 of file bmp.c.