mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
Add forgotten initialization if Flip_Flag to 0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27976 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
529028ff5d
commit
3095b31c26
@ -334,6 +334,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
if (flags & VOFLAG_MODESWITCHING)
|
||||
vm = 1;
|
||||
#endif
|
||||
Flip_Flag = 0;
|
||||
if (flags & VOFLAG_FLIPPING)
|
||||
Flip_Flag = 1;
|
||||
zoomFlag = flags & VOFLAG_SWSCALE;
|
||||
|
Loading…
Reference in New Issue
Block a user