fix typo
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dd8a46d9df
commit
2f6547fb44
1 changed files with 1 additions and 1 deletions
2
ffplay.c
2
ffplay.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue