mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
Set mm_flags in dct-test to fix floating math.
Patch by Alexander Strange \astrange ithinksw com/ Originally committed as revision 12580 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
978805b2c5
commit
28c47a423b
@ -531,6 +531,7 @@ int main(int argc, char **argv)
|
||||
|
||||
init_fdct();
|
||||
idct_mmx_init();
|
||||
mm_flags = mm_support();
|
||||
|
||||
for(i=0;i<256;i++) cropTbl[i + MAX_NEG_CROP] = i;
|
||||
for(i=0;i<MAX_NEG_CROP;i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user