diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-12-01 22:21:04 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-12-01 22:21:04 +0000 |
commit | 52b541ad798c2388e92a1a876550ff381f9b2346 (patch) | |
tree | ed4fa9fbaf0558825c666dbc40eb78fbb981a546 /libavcodec/motion-test.c | |
parent | 329851e03251b58b43c0b55c2852a69dcbb79459 (diff) | |
download | ffmpeg-52b541ad798c2388e92a1a876550ff381f9b2346.tar.gz |
spelling
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r-- | libavcodec/motion-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 414c141de4..69791500b0 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -112,7 +112,7 @@ void test_motion(const char *name, } } emms_c(); - dummy = d1; /* avoid optimisation */ + dummy = d1; /* avoid optimization */ ti = gettime() - ti; printf(" %0.0f kop/s\n", |