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"
|
|
#define | BITSTREAM_READER_LE |
| |
|
#define | CODE_VLC_BITS 14 |
| |
§ ff_indeo2_decoder
Initial value:= {
.name = "indeo2",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_INDEO2,
.init = ir2_decode_init,
.close = ir2_decode_end,
.decode = ir2_decode_frame,
}
#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