[MPlayer-cvslog] r24260 - trunk/libvo/vo_directfb2.c
diego
subversion at mplayerhq.hu
Tue Aug 28 12:55:53 CEST 2007
Author: diego
Date: Tue Aug 28 12:55:53 2007
New Revision: 24260
Log:
warning fix:
vo_directfb2.c:111: warning: 'tvnorm' defined but not used
Modified:
trunk/libvo/vo_directfb2.c
Modified: trunk/libvo/vo_directfb2.c
==============================================================================
--- trunk/libvo/vo_directfb2.c (original)
+++ trunk/libvo/vo_directfb2.c Tue Aug 28 12:55:53 2007
@@ -107,8 +107,6 @@ static IDirectFBSurface *frame = NULL;
static int framelocked = 0;
// flipping mode flag (layer/surface)
static int flipping = 0;
-// tvnorm
-static int tvnorm = -1;
// scaling flag
static int stretch = 0;
// pictrure position
More information about the MPlayer-cvslog
mailing list