Commit 5482aa13 authored by kostya's avatar kostya

Looks like to be a good time to re-enable WMV3 decoder


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5901 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5079c444
......@@ -221,11 +221,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_VC1_DECODER
register_avcodec(&vc1_decoder);
#endif //CONFIG_VC1_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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment