From fcd7a8be111969ff43465d48570128838b99c4e3 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 5 Oct 2002 23:00:18 +0000 Subject: new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5) it replaces old -srate behaviour ofor mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7606 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 4fdf346371..2a5a778c3f 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -310,6 +310,8 @@ static config_t mplayer_opts[]={ // set a-v distance, should be moved to -common and support in mencoder {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL}, + {"speed", &playback_speed, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 100.0, NULL}, + {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2, NULL}, {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0, NULL}, -- cgit v1.2.3