FFmpeg
Classes | Macros | Typedefs | Variables
wnv1.c File Reference

Winnov WNV1 codec. More...

#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
#include "mathops.h"

Classes

struct  WNV1Context
 

Macros

#define CODE_VLC_BITS   9
 

Typedefs

typedef struct WNV1Context WNV1Context
 

Variables

AVCodec ff_wnv1_decoder
 

Detailed Description

Winnov WNV1 codec.

Variable Documentation

§ ff_wnv1_decoder

AVCodec ff_wnv1_decoder
Initial value:
= {
.name = "wnv1",
.long_name = NULL_IF_CONFIG_SMALL("Winnov WNV1"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_WNV1,
.priv_data_size = sizeof(WNV1Context),
.init = decode_init,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959
Definition: wnv1.c:33