summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-24 23:02:59 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-24 23:02:59 +0000
commit6465fc7b734898965df040b8ab0ec2274f03f541 (patch)
tree8f538c3929456e47370ff8c8a853366295ad8490 /mencoder.c
parent8fcddee536c87a2dbe731c2d8df92743a887cb09 (diff)
downloadmpv-6465fc7b734898965df040b8ab0ec2274f03f541.tar.bz2
mpv-6465fc7b734898965df040b8ab0ec2274f03f541.tar.xz
Extended DVD chapter specification. Remove -last-chapter option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index 508143cf01..f2880b85b5 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -27,6 +27,7 @@ static char* banner_text=
#include "cpudetect.h"
#include "codec-cfg.h"
+#include "cfgparser.h"
#include "stream.h"
#include "demuxer.h"
@@ -171,8 +172,6 @@ static int scale_srcH=0;
static int vo_w=0, vo_h=0;
//-------------------------- config stuff:
-#include "cfgparser.h"
-
m_config_t* mconfig;
static int cfg_inc_verbose(struct config *conf){ ++verbose; return 0;}