[MPlayer-cvslog] r31449 - in trunk: cfg-mplayer.h libvo/aspect.h
diego
subversion at mplayerhq.hu
Thu Jun 17 11:22:24 CEST 2010
Author: diego
Date: Thu Jun 17 11:22:24 2010
New Revision: 31449
Log:
Move vo_panscanrange extern declaration to aspect.h, where it belongs.
Modified:
trunk/cfg-mplayer.h
trunk/libvo/aspect.h
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h Thu Jun 17 11:19:05 2010 (r31448)
+++ trunk/cfg-mplayer.h Thu Jun 17 11:22:24 2010 (r31449)
@@ -32,7 +32,6 @@
#include "libvo/vo_zr.h"
#include "mp_fifo.h"
-extern float vo_panscanrange;
/* only used at startup (setting these values from configfile) */
extern char *vo_geometry;
extern int stop_xscreensaver;
Modified: trunk/libvo/aspect.h
==============================================================================
--- trunk/libvo/aspect.h Thu Jun 17 11:19:05 2010 (r31448)
+++ trunk/libvo/aspect.h Thu Jun 17 11:22:24 2010 (r31449)
@@ -26,6 +26,7 @@ extern float vo_panscan_amount;
extern float monitor_aspect;
extern float force_monitor_aspect;
extern float monitor_pixel_aspect;
+extern float vo_panscanrange;
void panscan_init(void);
More information about the MPlayer-cvslog
mailing list