FFmpeg
|
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"
Go to the source code of this file.
Functions | |
static av_cold int | ws_snd_decode_init (AVCodecContext *avctx) |
static int | ws_snd_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
static const int8_t | ws_adpcm_4bit [] |
AVCodec | ff_ws_snd1_decoder |
Westwood SNDx codecs.
Reference documents about VQA format and its audio codecs can be found here: http://www.multimedia.cx
Definition in file ws-snd1.c.
|
static |
|
static |
|
static |
Definition at line 39 of file ws-snd1.c.
Referenced by ws_snd_decode_frame().
AVCodec ff_ws_snd1_decoder |