1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-03-02 10:40:24 +00:00
parent dd8a46d9df
commit 2f6547fb44

View File

@ -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);