From 5460fb3727ee103ad27bac4a77f8afa98abb581d Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 15 Apr 2002 02:33:05 +0000 Subject: -skiplimit/-noskip options to disable fps correction git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5630 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg-mencoder.h') diff --git a/cfg-mencoder.h b/cfg-mencoder.h index d064545541..e374b2a752 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -81,6 +81,10 @@ static config_t mencoder_opts[]={ {"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL}, {"o", &out_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"skiplimit", &skip_limit, CONF_TYPE_INT, 0, 0, 0, NULL}, + {"noskiplimit", &skip_limit, CONF_TYPE_FLAG, 0, 0, -1, NULL}, + {"noskip", &skip_limit, CONF_TYPE_FLAG, 0, 0, 0, NULL}, + {"x", &vo_w, CONF_TYPE_INT, CONF_RANGE, 0, 4096, NULL}, {"y", &vo_h, CONF_TYPE_INT, CONF_RANGE, 0, 4096, NULL}, -- cgit v1.2.3