From 928da7a4484938cef38ae682837cf857999e853d Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 25 Sep 2006 16:47:56 +0000 Subject: 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 --- cfg-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index a3e2c736e2..780df38905 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -93,6 +93,9 @@ {"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL}, {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, + // stop at given position + {"endpos", &end_at, CONF_TYPE_TIME_SIZE, 0, 0, 0, NULL}, + {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, // AVI specific: force non-interleaved mode -- cgit v1.2.3