summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_str.c')
-rw-r--r--src/demuxers/demux_str.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/demuxers/demux_str.c b/src/demuxers/demux_str.c
index 00003d69f..3d69d6cd6 100644
--- a/src/demuxers/demux_str.c
+++ b/src/demuxers/demux_str.c
@@ -24,7 +24,7 @@
* This demuxer handles either raw STR files (which are just a concatenation
* of raw compact disc sectors) or STR files with RIFF headers.
*
- * $Id: demux_str.c,v 1.20 2003/11/16 23:33:43 f1rmb Exp $
+ * $Id: demux_str.c,v 1.21 2003/11/26 19:43:31 f1rmb Exp $
*/
/*
@@ -119,10 +119,11 @@
#include <string.h>
#include <stdlib.h>
-/********** logging **********/
#define LOG_MODULE "demux_str"
-/* #define LOG_VERBOSE */
-/* #define LOG */
+#define LOG_VERBOSE
+/*
+#define LOG
+*/
#include "xine_internal.h"
#include "xineutils.h"