Mercurial > libavcodec.hg
changeset 3015:1720680830c7 libavcodec
Comment out WMV3 decoder for now, it crashes on every file and causes
bug report spam.
author | diego |
---|---|
date | Fri, 06 Jan 2006 13:18:31 +0000 |
parents | 959b8ad880dc |
children | 97e6c0f82182 |
files | allcodecs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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