diff cfg-mplayer.h @ 15997:d565dc2ce82e

-delay for MEncoder, final step 6. TODO: make it encode silence instead of cutting video as cutting video is unreliable with -ovc copy.
author ods15
date Sun, 17 Jul 2005 19:40:05 +0000
parents f0aa0931feb3
children da2926d990ce
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Jul 17 19:28:01 2005 +0000
+++ b/cfg-mplayer.h	Sun Jul 17 19:40:05 2005 +0000
@@ -318,9 +318,6 @@
 
 	{"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},