You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
emms --> emms_c, taken from a patch by Ronald Bultje
Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
2458c5c1c4
commit
bcbd6603dd
@@ -112,7 +112,7 @@ void test_motion(const char *name,
|
||||
}
|
||||
}
|
||||
}
|
||||
emms();
|
||||
emms_c();
|
||||
|
||||
/* speed test */
|
||||
ti = gettime();
|
||||
@@ -125,7 +125,7 @@ void test_motion(const char *name,
|
||||
}
|
||||
}
|
||||
}
|
||||
emms();
|
||||
emms_c();
|
||||
dummy = d1; /* avoid optimisation */
|
||||
ti = gettime() - ti;
|
||||
|
||||
|
Reference in New Issue
Block a user