mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
negative delay won't work
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6863 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f7f058b6e1
commit
8f7938b386
@ -103,7 +103,7 @@ static config_t mencoder_opts[]={
|
||||
|
||||
{"audio-density", &audio_density, CONF_TYPE_INT, CONF_RANGE, 1, 50, NULL},
|
||||
{"audio-preload", &audio_preload, CONF_TYPE_FLOAT, CONF_RANGE, 0, 2, NULL},
|
||||
{"audio-delay", &audio_delay, CONF_TYPE_FLOAT, 0, 0, 0, NULL},
|
||||
{"audio-delay", &audio_delay, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
|
||||
|
||||
{"x", "This option is obsolete, use -vop scale=w:h for scaling\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
{"xsize", "This option is obsolete, use -vop crop=w:h:x0:y0 for cropping\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
|
Loading…
x
Reference in New Issue
Block a user