summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-03-28 18:05:25 +0000
committerMike Melanson <mike@multimedia.cx>2005-03-28 18:05:25 +0000
commit034eeaa17f2541663f12666008109c267620f4b2 (patch)
treeaefa3ee9cf59e1dbac45d60a604784ba82de4925 /libavcodec/allcodecs.c
parente3d1cd8ee9bb6277fd68d86302fc7350fcfda43b (diff)
Westwood SND1 decoder, courtesy of Kostya
Originally committed as revision 4094 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 a5b1c89718..473e439501 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -201,6 +201,7 @@ void avcodec_register_all(void)
register_avcodec(&flac_decoder);
register_avcodec(&shorten_decoder);
register_avcodec(&alac_decoder);
+ register_avcodec(&ws_snd1_decoder);
#endif /* CONFIG_DECODERS */
#ifdef AMR_NB