From efa9fe8edfb2260359aa468a11c0df521862fb0c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Aug 2016 11:27:15 +0200 Subject: options: un-restrict --audio-delay Not a real reason to restrict its value range. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index b0e39a4bcf..0ad9d71b40 100644 --- a/options/options.c +++ b/options/options.c @@ -288,7 +288,7 @@ const m_option_t mp_opts[] = { OPT_FLAG("audio-pitch-correction", pitch_correction, 0), // set a-v distance - OPT_FLOATRANGE("audio-delay", audio_delay, 0, -100.0, 100.0), + OPT_FLOAT("audio-delay", audio_delay, 0), // ------------------------- codec/vfilter options -------------------- -- cgit v1.2.3