Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21680/src/tv/plugins

Modified Files:
        mplayer.py 
Log Message:
reduce cache for dvb

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** mplayer.py  25 Jun 2004 20:03:33 -0000      1.34
--- mplayer.py  28 Jun 2004 17:12:22 -0000      1.35
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2004/06/28 17:12:22  dischi
+ # reduce cache for dvb
+ #
  # Revision 1.34  2004/06/25 20:03:33  dischi
  # basic dvb support
***************
*** 151,155 ****
                  self.fc.chanSet(tuner_channel, app='mplayer')
                  tvcmd = ''
!                 args += ('"dvb://%s" -vf pp=de/fd' % tuner_channel,)
  
              else:
--- 154,158 ----
                  self.fc.chanSet(tuner_channel, app='mplayer')
                  tvcmd = ''
!                 args += ('"dvb://%s" -vf pp=de/fd -cache 1024' % tuner_channel,)
  
              else:



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to