# HG changeset patch # User diego # Date 1136553511 0 # Node ID 1720680830c7a07a4cf56022ff05deef3bce4ec7 # Parent 959b8ad880dc157de7e9ad0152adbf4113370e62 Comment out WMV3 decoder for now, it crashes on every file and causes bug report spam. diff -r 959b8ad880dc -r 1720680830c7 allcodecs.c --- a/allcodecs.c Fri Jan 06 12:41:57 2006 +0000 +++ b/allcodecs.c Fri Jan 06 13:18:31 2006 +0000 @@ -226,9 +226,11 @@ #ifdef CONFIG_VC9_DECODER register_avcodec(&vc9_decoder); #endif //CONFIG_VC9_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