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 /libavformat/grab.c | |
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 'libavformat/grab.c')
-rw-r--r-- | libavformat/grab.c | 2 |
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; } |