From: <jh...@us...> - 2003-06-25 03:45:50
|
Update of /cvsroot/quickrip/quickrip In directory sc8-pr-cvs1:/tmp/cvs-serv26080 Modified Files: dvd.py Log Message: Removed breakpoint in one-pass encoding Index: dvd.py =================================================================== RCS file: /cvsroot/quickrip/quickrip/dvd.py,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** dvd.py 15 Jun 2003 20:18:13 -0000 1.16 --- dvd.py 25 Jun 2003 03:45:44 -0000 1.17 *************** *** 320,329 **** # Uncomment to test command ! string = "" ! for bit in all_pass: ! bit = "".join([" ", bit]) ! string = "".join([string, bit]) ! print string ! sys.exit(1) self.int_newPass("audio") --- 320,329 ---- # Uncomment to test command ! #string = "" ! #for bit in all_pass: ! #bit = "".join([" ", bit]) ! #string = "".join([string, bit]) ! #print string ! #sys.exit(1) self.int_newPass("audio") |