Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-17 16:57:50 +0400
committerDiego Biurrun <diego@biurrun.de>2007-07-17 16:57:50 +0400
commitf1ea5c2a967125bfd5250e1062f949f5edce75c2 (patch)
treef2635ed9d64ea95f8b01097c8940b8d724bf0f6d /libavformat/grab.c
parent04d2e45f3f9a8eebde9a0aef3a3e4baeed59e9a3 (diff)
typo fixes
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/grab.c')
-rw-r--r--libavformat/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/grab.c b/libavformat/grab.c
index 3db37482fd..5936598e68 100644
--- a/libavformat/grab.c
+++ b/libavformat/grab.c
@@ -212,7 +212,7 @@ static int grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
if (aiw_init(s) < 0)
goto fail;
s->aiw_enabled = 1;
- /* force 420P format because convertion from YUV422 to YUV420P
+ /* force 420P format because conversion from YUV422 to YUV420P
is done in this driver (ugly) */
s->frame_format = VIDEO_PALETTE_YUV420P;
}