]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Remove unused --stream-delay.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jun 2016 20:35:04 +0000 (22:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
This option is a no-op since six years: Commit 25c11569 removed the
only user of this option.

m4/gengetopt/audiod.m4

index 75c045817898e8b840dc4734cd547ad282e67580..4e93464bc8c7b76b1589b5d3227450ef9814ae38 100644 (file)
@@ -196,19 +196,4 @@ details="
                --writer 'aac|wma:oss'
 
 "
-
-option "stream-delay" -
-#~~~~~~~~~~~~~~~~~~~~~~
-"time for client sync"
-int typestr="milliseconds"
-default="200"
-optional
-details="
-       Add the given amount of milliseconds to the stream start time
-       announced by para_server and do not send data to the writer
-       before that time (modulo clock difference).
-
-       This is useful mainly for synchronizing the audio output of
-       different clients.
-"
 </qu>