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
This commit is contained in:
Diego Biurrun 2006-01-06 13:18:31 +00:00
parent 560b10a6c3
commit faf824dfd1
1 changed files with 2 additions and 0 deletions

View File

@ -226,9 +226,11 @@ void avcodec_register_all(void)
#ifdef CONFIG_VC9_DECODER #ifdef CONFIG_VC9_DECODER
register_avcodec(&vc9_decoder); register_avcodec(&vc9_decoder);
#endif //CONFIG_VC9_DECODER #endif //CONFIG_VC9_DECODER
/* Reenable when it stops crashing on every file, causing bug report spam.
#ifdef CONFIG_WMV3_DECODER #ifdef CONFIG_WMV3_DECODER
register_avcodec(&wmv3_decoder); register_avcodec(&wmv3_decoder);
#endif //CONFIG_WMV3_DECODER #endif //CONFIG_WMV3_DECODER
*/
#ifdef CONFIG_H263I_DECODER #ifdef CONFIG_H263I_DECODER
register_avcodec(&h263i_decoder); register_avcodec(&h263i_decoder);
#endif //CONFIG_H263I_DECODER #endif //CONFIG_H263I_DECODER