diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
commit | 348efc18364a9daca569ed77e184b843d9bc5f11 (patch) | |
tree | 9e51355eb3765361e16b0840d4b3ce2268f87e6e /libavcodec/allcodecs.c | |
parent | 305ee50fbbea2412e80ad30ba4f7d79dd24806fe (diff) | |
download | ffmpeg-348efc18364a9daca569ed77e184b843d9bc5f11.tar.gz |
Smacker demuxer and decoder.
Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index d57830628f..19a67f3306 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -447,6 +447,12 @@ void avcodec_register_all(void) #ifdef CONFIG_ZMBV_DECODER register_avcodec(&zmbv_decoder); #endif //CONFIG_ZMBV_DECODER +#ifdef CONFIG_SMACKER_DECODER + register_avcodec(&smacker_decoder); +#endif //CONFIG_SMACKER_DECODER +#ifdef CONFIG_SMACKAUD_DECODER + register_avcodec(&smackaud_decoder); +#endif //CONFIG_SMACKAUD_DECODER #ifdef CONFIG_SONIC_DECODER register_avcodec(&sonic_decoder); #endif //CONFIG_SONIC_DECODER |