FFmpeg
|
Go to the source code of this file.
Macros | |
#define | BITSTREAM_READER_LE |
#define | CODE_VLC_BITS 9 |
Functions | |
static int | wnv1_get_code (GetBitContext *gb, int shift, int base_value) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold void | wnv1_init_static (void) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
static const uint8_t | code_tab [16][2] |
static VLC | code_vlc |
const AVCodec | ff_wnv1_decoder |
Winnov WNV1 codec.
Definition in file wnv1.c.
|
inlinestatic |
Definition at line 44 of file wnv1.c.
Referenced by decode_frame().
|
static |
|
static |
Definition at line 117 of file wnv1.c.
Referenced by decode_init().
|
static |
|
static |
Definition at line 34 of file wnv1.c.
Referenced by wnv1_init_static().
|
static |
Definition at line 41 of file wnv1.c.
Referenced by decode_channel(), wnv1_get_code(), and wnv1_init_static().
const AVCodec ff_wnv1_decoder |