Author: duncan
Date: Sun Dec 17 22:34:40 2006
New Revision: 8735

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

Log:
Initialised TV_RECORD_PADDING_PRE and TV_RECORD_PADDING_POST to 0


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Sun Dec 17 22:34:40 2006
@@ -1533,8 +1533,8 @@
 # This must be a value in seconds although at the moment only has
 # the percision of one minute.
 TV_RECORD_PADDING = 0 * 60
-TV_RECORD_PADDING_PRE = None
-TV_RECORD_PADDING_POST = None
+TV_RECORD_PADDING_PRE = TV_RECORD_PADDING
+TV_RECORD_PADDING_POST = TV_RECORD_PADDING
 
 if os.uname()[0] == 'FreeBSD':
   # FreeBSD's bsdbt848 TV driver doesn't support audio settings?

-------------------------------------------------------------------------
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