diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 12:06:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 12:06:02 +0000 |
commit | 09a6682648767c2964cc3f035124d5d7f209ef46 (patch) | |
tree | ffef81c547d845a7baef4bd04b55fc782e6a0c54 | |
parent | bd9fb0a6e1c5b9095a979bbcecf980e1b5119ea9 (diff) | |
download | ffmpeg-09a6682648767c2964cc3f035124d5d7f209ef46.tar.gz |
typos
Originally committed as revision 9486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/vp3dsp_mmx.h | 2 | ||||
-rw-r--r-- | libavcodec/i386/vp3dsp_sse2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/i386/vp3dsp_mmx.h b/libavcodec/i386/vp3dsp_mmx.h index 99c81c54b7..b1339434ab 100644 --- a/libavcodec/i386/vp3dsp_mmx.h +++ b/libavcodec/i386/vp3dsp_mmx.h @@ -1,5 +1,5 @@ /* - * vp3dsp mmx functions declarations + * vp3dsp MMX function declarations * Copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org> * * This file is part of FFmpeg. diff --git a/libavcodec/i386/vp3dsp_sse2.h b/libavcodec/i386/vp3dsp_sse2.h index db5b81553e..743c20fdb1 100644 --- a/libavcodec/i386/vp3dsp_sse2.h +++ b/libavcodec/i386/vp3dsp_sse2.h @@ -1,5 +1,5 @@ /* - * vp3dsp sse2 functions declarations + * vp3dsp SSE2 function declarations * Copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org> * * This file is part of FFmpeg. |