mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Looks like to be a good time to re-enable WMV3 decoder
Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
48d3fca717
commit
c198597864
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user