From: Andre Noll Date: Mon, 20 Jun 2016 20:35:04 +0000 (+0200) Subject: audiod: Remove unused --stream-delay. X-Git-Tag: v0.6.0~2^2~22 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e3f528812242a69d366cc562c78a4372bd9839c7 audiod: Remove unused --stream-delay. This option is a no-op since six years: Commit 25c11569 removed the only user of this option. --- diff --git a/m4/gengetopt/audiod.m4 b/m4/gengetopt/audiod.m4 index 75c04581..4e93464b 100644 --- a/m4/gengetopt/audiod.m4 +++ b/m4/gengetopt/audiod.m4 @@ -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. -"