summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-25 16:47:56 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-25 16:47:56 +0000
commit928da7a4484938cef38ae682837cf857999e853d (patch)
treef9da93bc2452fcccc35368d1bee9aa3b9631144f /cfg-mencoder.h
parentc8c0aa686f8a4ac6ec7ffd3e748d8475cb2f8f97 (diff)
downloadmpv-928da7a4484938cef38ae682837cf857999e853d.tar.bz2
mpv-928da7a4484938cef38ae682837cf857999e853d.tar.xz
after a long time, finally i could add -endpos option to mplayer executable.
as oded told me on 1006 02 24, i applied it, blame me if some problem occurs, i hope not, since i tried it for a while.... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19979 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 64b821edc5..71248ad588 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -185,8 +185,6 @@ extern int write_odml; /* defined in libmpdemux/muxer_avi.c */
m_option_t mencoder_opts[]={
/* name, pointer, type, flags, min, max */
- {"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL},
-
{"frameno-file", &frameno_filename, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
{"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},