summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-17 19:40:05 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-17 19:40:05 +0000
commitefee32de2b20bf14a780e27125b7eadd814941fc (patch)
treed36af516e90d0c0dfdd21fd33b8de31acc20aba0 /cfg-mplayer.h
parente805f50a7652c4d7b8ce8fb7d0a81f8ded8b0b82 (diff)
downloadmpv-efee32de2b20bf14a780e27125b7eadd814941fc.tar.bz2
mpv-efee32de2b20bf14a780e27125b7eadd814941fc.tar.xz
-delay for MEncoder, final step 6.
TODO: make it encode silence instead of cutting video as cutting video is unreliable with -ovc copy. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15998 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 270929819a..58dd5c2fa6 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -318,9 +318,6 @@ m_option_t mplayer_opts[]={
{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
- // set a-v distance, should be moved to -common and supported in MEncoder
- {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 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},