[Ffmpeg-cvslog] r5901 - trunk/libavcodec/allcodecs.c

kostya subversion
Thu Aug 3 07:15:50 CEST 2006


Author: kostya
Date: Thu Aug  3 07:15:50 2006
New Revision: 5901

Modified:
   trunk/libavcodec/allcodecs.c

Log:
Looks like to be a good time to re-enable WMV3 decoder


Modified: trunk/libavcodec/allcodecs.c
==============================================================================
--- trunk/libavcodec/allcodecs.c	(original)
+++ trunk/libavcodec/allcodecs.c	Thu Aug  3 07:15:50 2006
@@ -221,11 +221,9 @@
 #ifdef CONFIG_VC1_DECODER
     register_avcodec(&vc1_decoder);
 #endif //CONFIG_VC1_DECODER
-/* Reenable when it stops crashing on every file, causing bug report spam.
 #ifdef CONFIG_WMV3_DECODER
     register_avcodec(&wmv3_decoder);
 #endif //CONFIG_WMV3_DECODER
-*/
 #ifdef CONFIG_H263I_DECODER
     register_avcodec(&h263i_decoder);
 #endif //CONFIG_H263I_DECODER




More information about the ffmpeg-cvslog mailing list