summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-19 19:23:38 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-19 19:23:38 +0000
commit591fadadfd9b37442482f22d0d7641fc5d4989d5 (patch)
treee6c6d095bad99c9e1496ef26a3c3a8beaac50f62 /cfg-mencoder.h
parentdd9a635a6c94b7c9255087831b9bd2b0220b030b (diff)
downloadmpv-591fadadfd9b37442482f22d0d7641fc5d4989d5.tar.bz2
mpv-591fadadfd9b37442482f22d0d7641fc5d4989d5.tar.xz
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
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 2 insertions, 0 deletions
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},