Commit 81495115 authored by benoit's avatar benoit

Set mm_flags in dct-test to fix floating math.

Patch by Alexander Strange \astrange ithinksw com/


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12580 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 87013121
......@@ -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++) {
......
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