diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-17 12:57:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-17 12:57:50 +0000 |
commit | f1ea5c2a967125bfd5250e1062f949f5edce75c2 (patch) | |
tree | f2635ed9d64ea95f8b01097c8940b8d724bf0f6d /libavcodec/imgconvert_template.h | |
parent | 04d2e45f3f9a8eebde9a0aef3a3e4baeed59e9a3 (diff) | |
download | ffmpeg-f1ea5c2a967125bfd5250e1062f949f5edce75c2.tar.gz |
typo fixes
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgconvert_template.h')
-rw-r--r-- | libavcodec/imgconvert_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgconvert_template.h b/libavcodec/imgconvert_template.h index 70c090badd..b5f5cbe77a 100644 --- a/libavcodec/imgconvert_template.h +++ b/libavcodec/imgconvert_template.h @@ -1,5 +1,5 @@ /* - * Templates for image convertion routines + * templates for image conversion routines * Copyright (c) 2001, 2002, 2003 Fabrice Bellard. * * This file is part of FFmpeg. |