FFmpeg
Variables
vima.c File Reference

LucasArts VIMA audio decoder. More...

#include "libavutil/channel_layout.h"
#include "adpcm_data.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"

Variables

AVCodec ff_adpcm_vima_decoder
 

Detailed Description

LucasArts VIMA audio decoder.

Author
Paul B Mahol

Variable Documentation

§ ff_adpcm_vima_decoder

AVCodec ff_adpcm_vima_decoder
Initial value:
= {
.name = "adpcm_vima",
.long_name = NULL_IF_CONFIG_SMALL("LucasArts VIMA audio"),
.type = AVMEDIA_TYPE_AUDIO,
.id = AV_CODEC_ID_ADPCM_VIMA,
.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