mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
Remove unused flip_flag variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27985 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
73fab6a412
commit
be6e3bf79f
@ -85,7 +85,6 @@ static XvImage *xvimage[NUM_BUFFERS];
|
||||
static uint32_t image_width;
|
||||
static uint32_t image_height;
|
||||
static uint32_t image_format;
|
||||
static int flip_flag;
|
||||
|
||||
static int int_pause;
|
||||
|
||||
@ -194,7 +193,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
if (flags & VOFLAG_MODESWITCHING)
|
||||
vm = 1;
|
||||
#endif
|
||||
flip_flag = flags & VOFLAG_FLIPPING;
|
||||
num_buffers =
|
||||
vo_doublebuffering ? (vo_directrendering ? NUM_BUFFERS : 2) : 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user