[MPlayer-cvslog] r27753 - trunk/libvo/vo_winvidix.c
diego
subversion at mplayerhq.hu
Mon Oct 13 16:38:37 CEST 2008
Author: diego
Date: Mon Oct 13 16:38:36 2008
New Revision: 27753
Log:
Remove redundant variable declaration, fixes the warning:
libvo/vo_winvidix.c:52: warning: redundant redeclaration of 'hWnd'
libvo/vo_winvidix.c:50: warning: previous declaration of 'hWnd' was here
Modified:
trunk/libvo/vo_winvidix.c
Modified: trunk/libvo/vo_winvidix.c
==============================================================================
--- trunk/libvo/vo_winvidix.c (original)
+++ trunk/libvo/vo_winvidix.c Mon Oct 13 16:38:36 2008
@@ -47,7 +47,6 @@ static char *vidix_name;
static uint32_t image_width;
static uint32_t image_height;
static uint32_t image_format;
-static HWND hWnd;
/* Window parameters */
static HWND hWnd=NULL,hWndFS=NULL;
static float window_aspect;
More information about the MPlayer-cvslog
mailing list