OSDN Git Service

some speed ups.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 29 Oct 2009 01:15:54 +0000 (01:15 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 29 Oct 2009 01:15:54 +0000 (01:15 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@198 4e526526-5e11-4fc0-8910-f8fd03428081

jTsSplitter/trunk/src/jtssplitter/Main.java

index 6024bc0..c745355 100644 (file)
@@ -32,8 +32,8 @@ public class Main {
         //t1.readTs("D:\\jTssplitter\\test-sp.ts");
         //inf="/home/ftpusr/ftp-tmp/tester/test.ts";
         //outf="/home/ftpusr/ftp-tmp/tester/test.tssp2.ts";
-        inf="D:\\jTssplitter\\test.ts";
-        outf="D:\\jTssplitter\\test.split-5test.ts";
+        //inf="D:\\jTssplitter\\test.ts";
+        //outf="D:\\jTssplitter\\test.split-5test.ts";
         //inf="/home/ftpusr/ftp-tmp/tester/NEEDLESS.tsmix.ts";
         //outf="/home/ftpusr/ftp-tmp/tester/Needless.tssp.ts";
         t1.splitTS(inf,outf,ch);