diff flicvideo.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 4dbe6578f811
children b683b5f78fab
line wrap: on
line diff
--- a/flicvideo.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/flicvideo.c	Tue Jun 12 18:50:50 2007 +0000
@@ -584,7 +584,7 @@
                  * a second pass over the line here, swapping the bytes.
                  */
                 pixel = 0xFF00;
-                if (0xFF00 != AV_RL16(&pixel)) /* Check if its not an LE Target */
+                if (0xFF00 != AV_RL16(&pixel)) /* Check if it is not an LE target */
                 {
                   pixel_ptr = y_ptr;
                   pixel_countdown = s->avctx->width;