Commit 28c47a42 authored by Alexander Strange's avatar Alexander Strange Committed by Benoit Fouet

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
parent 978805b2
......@@ -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