This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix typo
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
18 years ago
parent
dd8a46d9df
commit
2f6547fb44
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffplay.c
+ 1
- 1
ffplay.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save