summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2010-01-10 21:38:15 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-01-10 21:38:15 +0000
commit7bd3096f5fa6b7cf645fa1493d87f385fe8d502d (patch)
tree26342f632e5fe15387e8fda589b7dd3f9ebde34c /libavcodec/allcodecs.c
parent9ea977210ca50770e4ce3ba2b8dadb94571d41af (diff)
SIPR decoder for modes 8k5, 6k5 and 5k0.
Patch by Vladimir Voroshilov and myself. Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 befff6e931..43e49d1792 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -232,6 +232,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (RA_144, ra_144);
REGISTER_DECODER (RA_288, ra_288);
REGISTER_DECODER (SHORTEN, shorten);
+ REGISTER_DECODER (SIPR, sipr);
REGISTER_DECODER (SMACKAUD, smackaud);
REGISTER_ENCDEC (SONIC, sonic);
REGISTER_ENCODER (SONIC_LS, sonic_ls);