From 099b134f6797351051d0c3244d6de090cf087f11 Mon Sep 17 00:00:00 2001 From: rfelker Date: Tue, 15 Mar 2005 04:10:57 +0000 Subject: 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 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 881b986cb4..c2ccab16ba 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -136,6 +136,7 @@ {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL}, {"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL}, {"format", &audio_output_format, CONF_TYPE_AFMT, 0, 0, 0, NULL}, + {"speed", &playback_speed, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 100.0, NULL}, #ifdef USE_LIBA52 {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL}, -- cgit v1.2.3