projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560b10a
)
Comment out WMV3 decoder for now, it crashes on every file and causes
author
Diego Biurrun
<diego@biurrun.de>
Fri, 6 Jan 2006 13:18:31 +0000
(13:18 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 6 Jan 2006 13:18:31 +0000
(13:18 +0000)
bug report spam.
Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/allcodecs.c
patch
|
blob
|
history
diff --git
a/libavcodec/allcodecs.c
b/libavcodec/allcodecs.c
index feec278e61f334d0a6addc7d51201c59e2ab2a88..29a513a2bef82965d88e3c4b1f88b9a52898e923 100644
(file)
--- 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