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/allcodecs.c
parent5a90e55ece2e7b90dcd8ea2fd18c8c1a1225da19 (diff)
LucasArts SMUSH VIMA audio decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 9f5129fb02..72be599155 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -395,6 +395,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (ADPCM_THP, adpcm_thp);
REGISTER_DECODER (ADPCM_XA, adpcm_xa);
REGISTER_ENCDEC (ADPCM_YAMAHA, adpcm_yamaha);
+ REGISTER_DECODER (VIMA, vima);
/* subtitles */
REGISTER_ENCDEC (ASS, ass);