diff mplayerHQ.c @ 153:8e55121885b2

new configfile/cmdline parser
author arpi_esp
date Mon, 19 Mar 2001 03:45:49 +0000
parents 16a32ec6419d
children 8e9b6c00756f
line wrap: on
line diff
--- a/mplayerHQ.c	Mon Mar 19 02:29:37 2001 +0000
+++ b/mplayerHQ.c	Mon Mar 19 03:45:49 2001 +0000
@@ -79,6 +79,11 @@
 #define DEBUG if(0)
 static int verbose=0;
 
+static int cfg_inc_verbose(struct config *conf){
+    ++verbose;
+    return 0;
+}
+
 static int max_framesize=0;
 
 static int dbg_es_sent=0;