diff allcodecs.c @ 3209:cc86ebc32143 libavcodec

Smacker demuxer and decoder.
author kostya
date Tue, 21 Mar 2006 17:27:47 +0000
parents 0ebbd476ba32
children 28aaf0a0135e
line wrap: on
line diff
--- a/allcodecs.c	Mon Mar 20 22:48:08 2006 +0000
+++ b/allcodecs.c	Tue Mar 21 17:27:47 2006 +0000
@@ -447,6 +447,12 @@
 #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