summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-03-21 17:27:47 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-03-21 17:27:47 +0000
commit348efc18364a9daca569ed77e184b843d9bc5f11 (patch)
tree9e51355eb3765361e16b0840d4b3ce2268f87e6e /libavformat/allformats.c
parent305ee50fbbea2412e80ad30ba4f7d79dd24806fe (diff)
Smacker demuxer and decoder.
Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 7d2241447c..978e089d63 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -80,6 +80,7 @@ void av_register_all(void)
flic_init();
vmd_init();
mm_init();
+ smacker_init();
#if defined(AMR_NB) || defined(AMR_NB_FIXED) || defined(AMR_WB)
amr_init();