comparison mplayerHQ.c @ 153:8e55121885b2

new configfile/cmdline parser
author arpi_esp
date Mon, 19 Mar 2001 03:45:49 +0000
parents 16a32ec6419d
children 8e9b6c00756f
comparison
equal deleted inserted replaced
152:372a9a836e86 153:8e55121885b2
76 76
77 #include "help_mp.h" 77 #include "help_mp.h"
78 78
79 #define DEBUG if(0) 79 #define DEBUG if(0)
80 static int verbose=0; 80 static int verbose=0;
81
82 static int cfg_inc_verbose(struct config *conf){
83 ++verbose;
84 return 0;
85 }
81 86
82 static int max_framesize=0; 87 static int max_framesize=0;
83 88
84 static int dbg_es_sent=0; 89 static int dbg_es_sent=0;
85 static int dbg_es_rcvd=0; 90 static int dbg_es_rcvd=0;