changeset 2268:8064e86dfe77 libavformat

typo fixes
author diego
date Tue, 17 Jul 2007 12:57:50 +0000
parents 540b0f8ad437
children dfccc156e185
files grab.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/grab.c	Mon Jul 16 20:30:28 2007 +0000
+++ b/grab.c	Tue Jul 17 12:57:50 2007 +0000
@@ -212,7 +212,7 @@
             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;
         }