Author: duncan Date: Mon Mar 19 19:56:20 2007 New Revision: 9361 Modified: branches/rel-1/freevo/freevo_config.py
Log: [ 1683123 ] TV_RECORD_PADDING is ignored Fix from A C G Mennucc applied Modified: branches/rel-1/freevo/freevo_config.py ============================================================================== --- branches/rel-1/freevo/freevo_config.py (original) +++ branches/rel-1/freevo/freevo_config.py Mon Mar 19 19:56:20 2007 @@ -1560,8 +1560,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 = TV_RECORD_PADDING -TV_RECORD_PADDING_POST = TV_RECORD_PADDING +TV_RECORD_PADDING_PRE = None +TV_RECORD_PADDING_POST = None 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
