[xiph-commits] r8258 - experimental/dholth/oggpy/tests

dholth at motherfish-iii.xiph.org dholth at motherfish-iii.xiph.org
Mon Nov 22 18:11:20 PST 2004


Author: dholth
Date: 2004-11-22 18:11:20 -0800 (Mon, 22 Nov 2004)
New Revision: 8258

Modified:
   experimental/dholth/oggpy/tests/theoratest.py
Log:
patch-25


Modified: experimental/dholth/oggpy/tests/theoratest.py
===================================================================
--- experimental/dholth/oggpy/tests/theoratest.py	2004-11-23 02:08:15 UTC (rev 8257)
+++ experimental/dholth/oggpy/tests/theoratest.py	2004-11-23 02:11:20 UTC (rev 8258)
@@ -44,8 +44,6 @@
 
     numarray.Error.setMode(all="ignore")
 
-    # oggpy.sync.write = oggpy.sync_write # hack until the wrapper can do this itself
-    
     ti = theorapy.info()
     tc = theorapy.comment()
     td = theorapy.state()
@@ -72,7 +70,7 @@
         elif theora == 3:
             td.decode_init(ti)
             yield (ti, tc, td)
-            #
+            
             # print "This theora encoded by: ", tc.get_vendor()
             # print "Trying to decode with: ", theorapy.version_string(), theorapy.version_number()
             # for i in dir(ti):
@@ -89,7 +87,7 @@
             # for i in range(tc.size()):
             #     print tc.query_index(i)
             # print ":end comments"
-            #
+            
             theora += 1
            
         elif theora > 3:



More information about the commits mailing list