FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "bmp.h"
#include "internal.h"
#include "msrledec.h"
Include dependency graph for bmp.c:

Go to the source code of this file.
Functions | |
static int | bmp_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_bmp_decoder |
Function Documentation
|
static |
Variable Documentation
AVCodec ff_bmp_decoder |
Initial value:
= {
.name = "bmp",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_BMP,
.decode = bmp_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("BMP (Windows and OS/2 bitmap)"),
}
static int bmp_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: bmp.c:28
Definition: libavcodec/avcodec.h:181
Definition: avutil.h:143
Generated on Tue Sep 2 2025 06:56:05 for FFmpeg by
