OSDN Git Service

fix bug.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 28 Jan 2010 02:30:04 +0000 (02:30 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 28 Jan 2010 02:30:04 +0000 (02:30 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@415 4e526526-5e11-4fc0-8910-f8fd03428081

jTsSplitter/trunk/src/jtssplitter/Main.java

index 410c7b9..2ec94f9 100644 (file)
@@ -33,8 +33,6 @@ public class Main {
             }
         }
         Tsfile t1 = new Tsfile();
-        inf ="/home/ftpusr/ftp-tmp/Recording/「エネミー・ライン」水曜シアター9[S][二][字].ts.tsmix";
-        outf="/home/ftpusr/ftp-tmp/Recording/「エネミー・ライン」水曜シアター9[S][二][字].ts";
         t1.splitTS_byte(inf, outf, ch);
     }
 }