Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv4169
Modified Files:
freevo_config.py
Log Message:
Workaround for mplayer bug wherein time skips by 30 seconds in the timer,
but not in the file for any seek value via slave mode. This problem only
exists with audio files, and only with -ac mad,
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** freevo_config.py 22 Oct 2003 20:03:35 -0000 1.276
--- freevo_config.py 29 Oct 2003 19:08:30 -0000 1.277
***************
*** 788,795 ****
if CONF.display == 'dfbmga':
! MPLAYER_ARGS_DEF = ('-ac mad, -autosync 100 -nolirc ' +
'-autoq 100 -fs ')
else:
! MPLAYER_ARGS_DEF = (('-ac mad, -autosync 100 -nolirc -autoq 100 -screenw %s '
+ '-screenh %s -fs') % (CONF.width, CONF.height))
--- 788,795 ----
if CONF.display == 'dfbmga':
! MPLAYER_ARGS_DEF = ('-autosync 100 -nolirc ' +
'-autoq 100 -fs ')
else:
! MPLAYER_ARGS_DEF = (('-autosync 100 -nolirc -autoq 100 -screenw %s '
+ '-screenh %s -fs') % (CONF.width, CONF.height))
***************
*** 812,822 ****
# cd (audio cd), tv, all extentions and default if nothing matches
#
! MPLAYER_ARGS = { 'dvd': '-cache 8192',
! 'vcd': '-cache 4096',
'cd' : '-cache 500 -cdda speed=1',
'tv' : '-nocache',
! 'ivtv' : '-cache 8192',
! 'avi': '-cache 5000 -idx',
! 'rm' : '-cache 5000 -forceidx',
'default': '-cache 5000'
}
--- 812,822 ----
# cd (audio cd), tv, all extentions and default if nothing matches
#
! MPLAYER_ARGS = { 'dvd': '-ac mad, -cache 8192',
! 'vcd': '-ac mad, -cache 4096',
'cd' : '-cache 500 -cdda speed=1',
'tv' : '-nocache',
! 'ivtv' : '-ac mad, -cache 8192',
! 'avi': '-ac mad, -cache 5000 -idx',
! 'rm' : '-ac mad, -cache 5000 -forceidx',
'default': '-cache 5000'
}
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog