comparison mencoder.c @ 4343:b0c8eed7473c

Extended DVD chapter specification. Remove -last-chapter option.
author kmkaplan
date Thu, 24 Jan 2002 23:02:59 +0000
parents 1427d0f1f2d6
children 4167864cfb0a
comparison
equal deleted inserted replaced
4342:4395c96c64cd 4343:b0c8eed7473c
25 "\n"; 25 "\n";
26 26
27 #include "cpudetect.h" 27 #include "cpudetect.h"
28 28
29 #include "codec-cfg.h" 29 #include "codec-cfg.h"
30 #include "cfgparser.h"
30 31
31 #include "stream.h" 32 #include "stream.h"
32 #include "demuxer.h" 33 #include "demuxer.h"
33 #include "stheader.h" 34 #include "stheader.h"
34 #include "playtree.h" 35 #include "playtree.h"
168 169
169 static int scale_srcW=0; 170 static int scale_srcW=0;
170 static int scale_srcH=0; 171 static int scale_srcH=0;
171 static int vo_w=0, vo_h=0; 172 static int vo_w=0, vo_h=0;
172 //-------------------------- config stuff: 173 //-------------------------- config stuff:
173
174 #include "cfgparser.h"
175 174
176 m_config_t* mconfig; 175 m_config_t* mconfig;
177 176
178 static int cfg_inc_verbose(struct config *conf){ ++verbose; return 0;} 177 static int cfg_inc_verbose(struct config *conf){ ++verbose; return 0;}
179 178