FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "thread.h"
Go to the source code of this file.
Functions | |
static unsigned int | getv (GetByteContext *gb) |
static void | readbits (uint8_t *dst, int width, int height, int linesize, const uint8_t *src, int size) |
static int | wbmp_decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_wbmp_decoder |
|
static |
Definition at line 27 of file wbmpdec.c.
Referenced by wbmp_decode_frame().
|
static |
Definition at line 39 of file wbmpdec.c.
Referenced by wbmp_decode_frame().
|
static |
const FFCodec ff_wbmp_decoder |