summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-06 13:18:31 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-06 13:18:31 +0000
commitfaf824dfd12f2d7254ee69af84ab15f209cded1f (patch)
tree5cd475f9f9205a2c28d3546b9a4bfeaf5ed511e1 /libavcodec
parent560b10a6c3627cccf6735170d370cf9e3d38e805 (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index feec278e61..29a513a2be 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