#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "thread.h"
Go to the source code of this file.
◆ getv()
◆ readbits()
| static void readbits |
( |
uint8_t * | dst, |
|
|
int | width, |
|
|
int | height, |
|
|
int | linesize, |
|
|
const uint8_t * | src, |
|
|
int | size ) |
|
static |
◆ wbmp_decode_frame()
◆ ff_wbmp_decoder
Initial value:= {
.p.name = "wbmp",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
static int wbmp_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
Definition at line 83 of file wbmpdec.c.