summaryrefslogtreecommitdiffstats
path: root/cfgparser.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 22:16:47 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 22:16:47 +0000
commit5899d5ea03fc188a811f0a07cc94227648a51c39 (patch)
tree7fe366fc34b667894ef936a676d8c7b28df60908 /cfgparser.h
parent3beb10eeff4e9542e09fdcbe6a99e9f735a1b45e (diff)
downloadmpv-5899d5ea03fc188a811f0a07cc94227648a51c39.tar.bz2
mpv-5899d5ea03fc188a811f0a07cc94227648a51c39.tar.xz
Some improvment and make -vcd -dvd options considered as playlist entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfgparser.h')
-rw-r--r--cfgparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfgparser.h b/cfgparser.h
index a9c4e95885..f340141a4b 100644
--- a/cfgparser.h
+++ b/cfgparser.h
@@ -56,7 +56,7 @@ struct m_config {
config_save_t** config_stack;
int cs_level;
int parser_mode; /* COMMAND_LINE or CONFIG_FILE */
- int global; // Are we parsing global option
+ int flags;
play_tree_t* pt; // play tree we use for playlist option, etc
play_tree_t* last_entry; // last added entry
play_tree_t* last_parent; // if last_entry is NULL we must create child of this