[MPlayer-cvslog] r24208 - trunk/cfg-mplayer.h
    voroshil 
    subversion at mplayerhq.hu
       
    Sun Aug 26 14:12:03 CEST 2007
    
    
  
Author: voroshil
Date: Sun Aug 26 14:12:02 2007
New Revision: 24208
Log:
Suboptions structure should be passed as array not as address of array.
patch from Bernd Ernesti mplayer-dev-eng at lists dot veego dot de
Modified:
   trunk/cfg-mplayer.h
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	(original)
+++ trunk/cfg-mplayer.h	Sun Aug 26 14:12:02 2007
@@ -396,7 +396,7 @@ m_option_t mplayer_opts[]={
 	{"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
 	{"doubleclick-time", &doubleclick_time, CONF_TYPE_INT, CONF_RANGE, 0, 1000, NULL},
 #ifdef USE_TV
-	{"tvscan", &tvscan_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+	{"tvscan", tvscan_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 #else
 	{"tvscan", "MPlayer was compiled without TV interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif
    
    
More information about the MPlayer-cvslog
mailing list