Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-19 06:52:08 +0400
committerPaul B Mahol <onemda@gmail.com>2012-06-21 05:23:15 +0400
commitb18357326ca1522d7fb7f4276ddebfccc29ce72c (patch)
tree19117fab09ff40716104be77bed85c53587beb04 /libavcodec/avcodec.h
parent5a90e55ece2e7b90dcd8ea2fd18c8c1a1225da19 (diff)
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3e92656b31..523d4db832 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -332,6 +332,7 @@ enum CodecID {
CODEC_ID_ADPCM_IMA_ISS,
CODEC_ID_ADPCM_G722,
CODEC_ID_ADPCM_IMA_APC,
+ CODEC_ID_VIMA = MKBETAG('V','I','M','A'),
/* AMR */
CODEC_ID_AMR_NB = 0x12000,