[MPlayer-cvslog] r31397 - trunk/libvo/aspecttest.c

diego subversion at mplayerhq.hu
Mon Jun 14 11:34:54 CEST 2010


Author: diego
Date: Mon Jun 14 11:34:54 2010
New Revision: 31397

Log:
Remove redundant monitor_aspect extern declaration, fixes the warning:
libvo/aspecttest.c:30: warning: redundant redeclaration of 'monitor_aspect'

Modified:
   trunk/libvo/aspecttest.c

Modified: trunk/libvo/aspecttest.c
==============================================================================
--- trunk/libvo/aspecttest.c	Mon Jun 14 11:33:48 2010	(r31396)
+++ trunk/libvo/aspecttest.c	Mon Jun 14 11:34:54 2010	(r31397)
@@ -27,7 +27,6 @@
 /* default zoom state 0 off, 1 on */
 #define DEF_ZOOM 1
 
-extern float monitor_aspect;
 int vo_dheight;
 int vo_dwidth;
 int vo_fs;


More information about the MPlayer-cvslog mailing list