diff options
Diffstat (limited to 'src/demuxers/demux_idcin.c')
-rw-r--r-- | src/demuxers/demux_idcin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c index 8f2da7dd4..00e4b943b 100644 --- a/src/demuxers/demux_idcin.c +++ b/src/demuxers/demux_idcin.c @@ -65,7 +65,7 @@ * - if any bytes exceed 63, do not shift the bytes at all before * transmitting them to the video decoder * - * $Id: demux_idcin.c,v 1.48 2003/11/16 23:33:43 f1rmb Exp $ + * $Id: demux_idcin.c,v 1.49 2003/11/26 19:43:30 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -78,9 +78,8 @@ #include <string.h> #include <stdlib.h> -/********** logging **********/ #define LOG_MODULE "demux_idcin" -/* #define LOG_VERBOSE */ +#define LOG_VERBOSE /* define LOG to output information about the A/V chunks that the * demuxer is dispatching to the engine */ |