summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 01:38:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 01:38:50 +0000
commitcbb29a709a9be1735d65afedcef632899d429ea8 (patch)
tree890339c1b0d02ef7aa88e389110e28634c3ef013 /cfg-mencoder.h
parent2cc682bbc325726b6379a8e48faee28491a379b1 (diff)
downloadmpv-cbb29a709a9be1735d65afedcef632899d429ea8.tar.bz2
mpv-cbb29a709a9be1735d65afedcef632899d429ea8.tar.xz
Moved -slices to cfg-common.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index db62791bc7..cb039cebc4 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -147,8 +147,6 @@ struct config of_conf[]={
{NULL, NULL, 0, 0, 0, 0, NULL}
};
-extern int vd_use_slices;
-
static config_t mencoder_opts[]={
/* name, pointer, type, flags, min, max */
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, /* this must be the first!!! */
@@ -189,10 +187,6 @@ static config_t mencoder_opts[]={
{"vobsuboutindex", &vobsub_out_index, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
{"vobsuboutid", &vobsub_out_id, CONF_TYPE_STRING, 0, 0, 0, NULL},
- // draw by slices or whole frame (usefull with libmpeg2/libavcodec)
- {"slices", &vd_use_slices, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"noslices", &vd_use_slices, CONF_TYPE_FLAG, 0, 1, 0, NULL},
-
{"autoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noautoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 1, 0, NULL},