summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-23 12:25:41 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-23 12:25:41 +0000
commitbe6e3bf79ffa26827599bc68154ed1e065581b89 (patch)
tree9f5600273b4044a4ad8fb91a430f3fdf3a71ec46 /libvo
parent73fab6a4121d363f531974150d13c5e2877481a8 (diff)
downloadmpv-be6e3bf79ffa26827599bc68154ed1e065581b89.tar.bz2
mpv-be6e3bf79ffa26827599bc68154ed1e065581b89.tar.xz
Remove unused flip_flag variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27985 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 5e8333156d..1f1fc8cd2e 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -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;