OSDN Git Service

Do not use the mlib IDCT by default. We do not want videos which are only
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Apr 2008 11:47:00 +0000 (11:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Apr 2008 11:47:00 +0000 (11:47 +0000)
commit6ea7e6516a4360f0820ced58690b857278520167
tree1b17fd45d57045eafa5324afd3cbe9b7717aeb30
parentbac47ae6caab4c210cf6bb35e7b42cba44a7a89b
Do not use the mlib IDCT by default. We do not want videos which are only
decodable with the mlib IDCT. If anyone knows of other IDCTs which are not
binary identical to a widely available one, ensure that they are not used
by default. Such IDCTs should never have been default anyway, but possibly
something slipped through the reviews ...

Originally committed as revision 12666 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlib/dsputil_mlib.c