OSDN Git Service

add tsid channel information for complete BS support.
[rec10/rec10-git.git] / rec10 / trunk / src / auto_test.py
index 0a81861..4c6db07 100644 (file)
@@ -29,7 +29,7 @@ def testAllCHEncode(option,stime):
             print t\r
             pathname=os.path.join(tpatht,t['chtxt'])\r
             print pathname\r
-            tv2ts.tv2ts(pathname+".ts",t['ch'],t['csch'], stime)\r
+            tv2ts.tv2ts(pathname+".ts",t['ch'],t['csch'], stime,t['tsid'])\r
             tv2mp4.ts2mp4(pathname+".ts", pathname+".mp4", option)\r
             time.sleep(2)\r
 if __name__ == "__main__":\r