FFmpeg
|
Winnov WNV1 codec. More...
Go to the source code of this file.
Data Structures | |
struct | WNV1Context |
Macros | |
#define | CODE_VLC_BITS 9 |
Functions | |
static int | wnv1_get_code (WNV1Context *w, int base_value) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
static const uint16_t | code_tab [16][2] |
static VLC | code_vlc |
AVCodec | ff_wnv1_decoder |
Winnov WNV1 codec.
Definition in file wnv1.c.
#define CODE_VLC_BITS 9 |
Definition at line 46 of file wnv1.c.
Referenced by decode_init(), and wnv1_get_code().
|
inlinestatic |
Definition at line 50 of file wnv1.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
Definition at line 40 of file wnv1.c.
Referenced by decode_init().
|
static |
Definition at line 47 of file wnv1.c.
Referenced by decode_channel().
AVCodec ff_wnv1_decoder |