diff cfg-mplayer.h @ 14944:7e7b077b7a50

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. :))))
author rfelker
date Tue, 15 Mar 2005 04:10:57 +0000
parents b3274e6b88ef
children 92e234f53156
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Mar 14 23:26:11 2005 +0000
+++ b/cfg-mplayer.h	Tue Mar 15 04:10:57 2005 +0000
@@ -325,8 +325,6 @@
 	// 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},