[SCM] libav/experimental: Comment out WMV3 decoder for now, it crashes on every file and causes bug report spam.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:51 UTC 2013


The following commit has been merged in the experimental branch:
commit faf824dfd12f2d7254ee69af84ab15f209cded1f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jan 6 13:18:31 2006 +0000

    Comment out WMV3 decoder for now, it crashes on every file and causes
    bug report spam.
    
    Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index feec278..29a513a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -226,9 +226,11 @@ void avcodec_register_all(void)
 #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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list