changeset 1026:37901bdbc545

Switch to the official --end-time parameter of openmpt123
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Nov 2015 23:43:54 +0200
parents a5af0dbf55b5
children 0603012e99b7
files faptool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Fri Nov 06 21:57:46 2015 +0200
+++ b/faptool.php	Sun Nov 08 23:43:54 2015 +0200
@@ -97,7 +97,7 @@
     "--force --quiet ".
     "--samplerate ".$sfreq." ".
     "--channels ".$schannels." ".
-    "--playtime ".$sduration." ".
+    "--end-time ".($sduration)." ".
     escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename),
     0);
 }