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:
reimar 2008-11-21 23:14:38 +00:00
parent 529028ff5d
commit 3095b31c26
1 changed files with 1 additions and 0 deletions

View File

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