FFmpeg
Variables
ws-snd1.c File Reference

Westwood SNDx codecs. More...

#include <stdint.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"

Variables

AVCodec ff_ws_snd1_decoder
 

Detailed Description

Westwood SNDx codecs.

Reference documents about VQA format and its audio codecs can be found here: http://www.multimedia.cx

Variable Documentation

§ ff_ws_snd1_decoder

AVCodec ff_ws_snd1_decoder
Initial value:
= {
.name = "ws_snd1",
.long_name = NULL_IF_CONFIG_SMALL("Westwood Audio (SND1)"),
.type = AVMEDIA_TYPE_AUDIO,
.id = AV_CODEC_ID_WESTWOOD_SND1,
.init = ws_snd_decode_init,
.decode = ws_snd_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