summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-15 04:10:57 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-15 04:10:57 +0000
commit099b134f6797351051d0c3244d6de090cf087f11 (patch)
tree6f6ee3f927043f338a53ca18a1c54ed61a804883 /cfg-mplayer.h
parent20a3c8c24cc1b2476a62043a8505156f69001ddd (diff)
downloadmpv-099b134f6797351051d0c3244d6de090cf087f11.tar.bz2
mpv-099b134f6797351051d0c3244d6de090cf087f11.tar.xz
Oded's patch for -speed in mencoder. This can be used for purposes
like converting back and forth between PAL and FILM (or NTSC-FILM) framerates, or whatever else you like. Doesn't work with -oac copy. Someone give Oded some cola for the error message and fill in a sane one. :)))) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ee1c85f134..9c75ea62ae 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -325,8 +325,6 @@ m_option_t mplayer_opts[]={
// 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},
- {"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},