summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 00:20:50 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 00:20:50 +0000
commit6bc31aecea7dccc9bcdfa4cd05fb7d7a94e80e10 (patch)
treed667b66ef16e65ef9b3ca1ca3cc032545443bdc0 /cfg-mencoder.h
parentafd9de3d713557cfc582ee21efe10f2054e962a2 (diff)
downloadmpv-6bc31aecea7dccc9bcdfa4cd05fb7d7a94e80e10.tar.bz2
mpv-6bc31aecea7dccc9bcdfa4cd05fb7d7a94e80e10.tar.xz
-endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4160 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 98a31b9a4d..e8d03de58a 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -89,6 +89,8 @@ static config_t mplayer_opts[]={
/* name, pointer, type, flags, min, max */
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, /* this must be the first!!! */
+ {"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},
+
{"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
{"o", &out_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},