changeset 3539:37adbb172688 libavcodec

Looks like to be a good time to re-enable WMV3 decoder
author kostya
date Thu, 03 Aug 2006 05:15:50 +0000
parents f26bf13bbb69
children f31fda209742
files allcodecs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/allcodecs.c	Thu Aug 03 05:09:36 2006 +0000
+++ b/allcodecs.c	Thu Aug 03 05:15:50 2006 +0000
@@ -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