Commit 2934d1bf authored by bcoudurier's avatar bcoudurier

fix typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8190 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 14ca6b47
......@@ -739,7 +739,7 @@ static void video_image_display(VideoState *is)
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);
......
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