comparison mplayerHQ.c @ 162:effc62af528c

new option: -include
author szabii
date Mon, 19 Mar 2001 18:14:21 +0000
parents 8e9b6c00756f
children
comparison
equal deleted inserted replaced
161:9008302e2dc0 162:effc62af528c
81 static int verbose=0; 81 static int verbose=0;
82 82
83 static int cfg_inc_verbose(struct config *conf){ 83 static int cfg_inc_verbose(struct config *conf){
84 ++verbose; 84 ++verbose;
85 return 0; 85 return 0;
86 }
87
88 static int cfg_include(struct config *conf, char *filename){
89 return parse_config_file(conf, filename);
86 } 90 }
87 91
88 static int max_framesize=0; 92 static int max_framesize=0;
89 93
90 static int dbg_es_sent=0; 94 static int dbg_es_sent=0;