From 591fadadfd9b37442482f22d0d7641fc5d4989d5 Mon Sep 17 00:00:00 2001 From: ods15 Date: Mon, 19 Sep 2005 19:23:38 +0000 Subject: Make frameno.avi not turn on by default. this is deprecated and this entire feature should be removed anyway. manpage update in a bit... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16529 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mencoder.h') diff --git a/cfg-mencoder.h b/cfg-mencoder.h index 38f08bfd91..d8a3769fd3 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -203,6 +203,8 @@ m_option_t mencoder_opts[]={ {"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"frameno-file", &frameno_filename, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, + #ifdef USE_EDL {"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL}, -- cgit v1.2.3