]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/allcodecs.c
10l in 1.199 (write_back_motion with B-pyramid + spatial)
[ffmpeg] / libavcodec / allcodecs.c
index 4730af1de6d492a255793f0291b4a0943e4729bc..19a67f33062aad6aad3946e533faf8c6d2d2f9d7 100644 (file)
@@ -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
@@ -511,6 +517,9 @@ void avcodec_register_all(void)
 #ifdef CONFIG_TTA_DECODER
     register_avcodec(&tta_decoder);
 #endif //CONFIG_TTA_DECODER
+#ifdef CONFIG_AVS_DECODER
+    register_avcodec(&avs_decoder);
+#endif //CONFIG_AVS_DECODER
 #ifdef CONFIG_RAWVIDEO_DECODER
     register_avcodec(&rawvideo_decoder);
 #endif //CONFIG_RAWVIDEO_DECODER