[MPlayer-cvslog] r27985 - trunk/libvo/vo_xv.c
reimar
subversion at mplayerhq.hu
Sun Nov 23 13:25:41 CET 2008
Author: reimar
Date: Sun Nov 23 13:25:41 2008
New Revision: 27985
Log:
Remove unused flip_flag variable
Modified:
trunk/libvo/vo_xv.c
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c (original)
+++ trunk/libvo/vo_xv.c Sun Nov 23 13:25:41 2008
@@ -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
if (flags & VOFLAG_MODESWITCHING)
vm = 1;
#endif
- flip_flag = flags & VOFLAG_FLIPPING;
num_buffers =
vo_doublebuffering ? (vo_directrendering ? NUM_BUFFERS : 2) : 1;
More information about the MPlayer-cvslog
mailing list