aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/cavsdsp_mmx.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-02 15:43:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-02 15:43:08 +0000
commit56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3 (patch)
treea073e66be5f151ff7b92b3f38f96b0ed54d713fb /libavcodec/i386/cavsdsp_mmx.c
parent737278c86a41936a5d3bd29074b2883c31a4b657 (diff)
downloadffmpeg-56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3.tar.gz
Misc spelling fixes, prefer American over British English.
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/cavsdsp_mmx.c')
-rw-r--r--libavcodec/i386/cavsdsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/cavsdsp_mmx.c b/libavcodec/i386/cavsdsp_mmx.c
index 2a7090a5eb..4a23d0bc60 100644
--- a/libavcodec/i386/cavsdsp_mmx.c
+++ b/libavcodec/i386/cavsdsp_mmx.c
@@ -2,7 +2,7 @@
* Chinese AVS video (AVS1-P2, JiZhun profile) decoder.
* Copyright (c) 2006 Stefan Gehrer <stefan.gehrer@gmx.de>
*
- * MMX optimized DSP functions, based on H.264 optimizations by
+ * MMX-optimized DSP functions, based on H.264 optimizations by
* Michael Niedermayer and Loren Merritt
*
* This file is part of FFmpeg.