summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-03-06 16:49:30 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-03-06 16:49:30 +0000
commit558eded1985948ecca254984cf539edd28e6bcb1 (patch)
tree0c889692c1583557036d49c78ab9bb03c1662c9a /include
parentbc4d6536121a7db75c7592b33d35d0a0531c4b75 (diff)
downloadxine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.gz
xine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.bz2
steps toward muting xine's console output by default
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 854ec7e2d..ca477b98b 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.62 2003/02/28 12:16:01 mroi Exp $
+ * $Id: xine.h.in,v 1.63 2003/03/06 16:49:30 guenter Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -325,6 +325,11 @@ int xine_get_param (xine_stream_t *stream, int param);
/* recognize stream type by extension only. */
#define XINE_DEMUX_EXTENSION_STRATEGY 3
+/* verbosity settings */
+#define XINE_VERBOSITY_NONE 0
+#define XINE_VERBOSITY_LOG 1
+#define XINE_VERBOSITY_DEBUG 2
+
/*
* snapshot function
*