[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec allcodecs.c,1.121,1.122
Diego Biurrun CVS
diego
Fri Jan 6 14:18:34 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv25080/libavcodec
Modified Files:
allcodecs.c
Log Message:
Comment out WMV3 decoder for now, it crashes on every file and causes
bug report spam.
Index: allcodecs.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/allcodecs.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- allcodecs.c 3 Jan 2006 02:30:38 -0000 1.121
+++ allcodecs.c 6 Jan 2006 13:18:31 -0000 1.122
@@ -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
More information about the ffmpeg-cvslog
mailing list