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

Intel Indeo 2 decoder. More...

#include "libavutil/attributes.h"
#include "avcodec.h"
#include "get_bits.h"
#include "indeo2data.h"
#include "internal.h"
#include "mathops.h"

Classes

struct  Ir2Context
 

Macros

#define BITSTREAM_READER_LE
 
#define CODE_VLC_BITS   14
 

Typedefs

typedef struct Ir2Context Ir2Context
 

Variables

AVCodec ff_indeo2_decoder
 

Detailed Description

Intel Indeo 2 decoder.

Variable Documentation

§ ff_indeo2_decoder

AVCodec ff_indeo2_decoder
Initial value:
= {
.name = "indeo2",
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_INDEO2,
.priv_data_size = sizeof(Ir2Context),
.init = ir2_decode_init,
.close = ir2_decode_end,
.decode = ir2_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
Definition: indeo2.c:36
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959