summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-29 16:32:12 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-29 16:32:12 +0000
commit9ee932c7454a766ff430f122328e09120ba479dc (patch)
tree7b958ee366969bed2302fbd393f4d604465a5fe6 /src
parent25ab6844cf166b2549889796edbfd4950a1a795a (diff)
downloadxine-lib-9ee932c7454a766ff430f122328e09120ba479dc.tar.gz
xine-lib-9ee932c7454a766ff430f122328e09120ba479dc.tar.bz2
Disable logging that I've left enabled by mistake.
CVS patchset: 8757 CVS date: 2007/03/29 16:32:12
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_mpgaudio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c
index a60c14271..31b2d33ff 100644
--- a/src/demuxers/demux_mpgaudio.c
+++ b/src/demuxers/demux_mpgaudio.c
@@ -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: demux_mpgaudio.c,v 1.155 2007/03/29 16:21:48 dgp85 Exp $
+ * $Id: demux_mpgaudio.c,v 1.156 2007/03/29 16:32:12 dgp85 Exp $
*
* demultiplexer for mpeg audio (i.e. mp3) streams
*
@@ -38,9 +38,9 @@
#define LOG_MODULE "demux_mpeg_audio"
#define LOG_VERBOSE
-
+/*
#define LOG
-
+*/
#include "xine_internal.h"
#include "xineutils.h"
#include "demux.h"