Author: duncan
Date: Fri Dec 15 17:46:27 2006
New Revision: 8731

Modified:
   branches/rel-1-6/freevo/freevo_config.py

Log:
[ 1616044 ] Crash playing a mpeg
Fix applied


Modified: branches/rel-1-6/freevo/freevo_config.py
==============================================================================
--- branches/rel-1-6/freevo/freevo_config.py    (original)
+++ branches/rel-1-6/freevo/freevo_config.py    Fri Dec 15 17:46:27 2006
@@ -268,7 +268,7 @@
 AUDIO_DEVICE       = '/dev/dsp'      # e.g.: /dev/dsp0, /dev/audio, /dev/alsa/?
 AUDIO_INPUT_DEVICE = '/dev/dsp1'     # e.g.: /dev/dsp0, /dev/audio, /dev/alsa/?
 MAJOR_AUDIO_CTRL   = 'VOL'           # Freevo takes control over one audio ctrl
-                                      # 'VOL', 'PCM' 'OGAIN' etc.
+                                     # 'VOL', 'PCM' 'OGAIN' etc.
 CONTROL_ALL_AUDIO  = 1               # Should Freevo take complete control of 
audio
 MAX_VOLUME         = 90              # Set what you want maximum volume level 
to be.
 DEFAULT_VOLUME     = 40              # Set default volume level.
@@ -1266,6 +1266,8 @@
     MPLAYER_VO_DEV = CONF.display  # e.g.: x11,mga,fbdev, see mplayer docs
 
 MPLAYER_VO_DEV_OPTS = ''           # e.g.: ':some_var=vcal'
+MPLAYER_VO_DEV_HWACCEL = ''        # Mainly used for Via EPIA video
+MPLAYER_VO_DEV_OPTS_HWACCEL = ''
 
 DVD_LANG_PREF = 'en,se,no'         # Order of preferred languages on DVD.
 DVD_SUBTITLE_PREF = ''             # Order of preferred subtitles on DVD.
@@ -1351,7 +1353,7 @@
 # Xine settings:
 # ======================================================================
 
-# You need xine-ui version greater or equal 0.9.23 to use the all the 
+# You need xine-ui version greater or equal to 0.9.23 to use the all the 
 # features of the xine plugin
 
 XINE_COMMAND = ''

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to