Commit 2f6547fb authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix typo

Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dd8a46d9
...@@ -739,7 +739,7 @@ static void video_image_display(VideoState *is) ...@@ -739,7 +739,7 @@ static void video_image_display(VideoState *is)
is->no_background = 0; is->no_background = 0;
} }
rect.x = is->xleft + x; rect.x = is->xleft + x;
rect.y = is->xleft + y; rect.y = is->ytop + y;
rect.w = width; rect.w = width;
rect.h = height; rect.h = height;
SDL_DisplayYUVOverlay(vp->bmp, &rect); SDL_DisplayYUVOverlay(vp->bmp, &rect);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment