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:
reimar 2008-11-23 12:25:41 +00:00
parent 73fab6a412
commit be6e3bf79f
1 changed files with 0 additions and 2 deletions

View File

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