[Ffmpeg-cvslog] r8190 - trunk/ffplay.c

bcoudurier subversion
Fri Mar 2 11:40:24 CET 2007


Author: bcoudurier
Date: Fri Mar  2 11:40:24 2007
New Revision: 8190

Modified:
   trunk/ffplay.c

Log:
fix typo

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	(original)
+++ trunk/ffplay.c	Fri Mar  2 11:40:24 2007
@@ -739,7 +739,7 @@ static void video_image_display(VideoSta
             is->no_background = 0;
         }
         rect.x = is->xleft + x;
-        rect.y = is->xleft + y;
+        rect.y = is->ytop  + y;
         rect.w = width;
         rect.h = height;
         SDL_DisplayYUVOverlay(vp->bmp, &rect);




More information about the ffmpeg-cvslog mailing list