diff cfg-mplayer.h @ 31378:23e5b1a28984

Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
author diego
date Thu, 17 Jun 2010 08:33:55 +0000
parents 15e7671925fa
children 82fce4fb5049
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Jun 17 08:28:43 2010 +0000
+++ b/cfg-mplayer.h	Thu Jun 17 08:33:55 2010 +0000
@@ -25,6 +25,7 @@
 
 #include "cfg-common.h"
 #include "libmpcodecs/vd.h"
+#include "libvo/aspect.h"
 #include "libvo/vo_zr.h"
 
 extern int key_fifo_size;
@@ -55,10 +56,6 @@
 extern int guiWinID;
 
 
-/* from libvo/aspect.c */
-extern float force_monitor_aspect;
-extern float monitor_pixel_aspect;
-
 const m_option_t vd_conf[]={
     {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
     {NULL, NULL, 0, 0, 0, 0, NULL}