summaryrefslogtreecommitdiff
path: root/plugins/alac
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-09-15 11:09:43 +0200
committerGravatar waker <wakeroid@gmail.com>2012-09-15 11:09:43 +0200
commit8f3b1661fd1372508b35de39ca1cc405f1111c0e (patch)
tree295e3c5b1b7830355710bbe9209381dbfdaecfab /plugins/alac
parent125da9bd32483c5197343ff5932de69d4250e276 (diff)
alac: disabled demux tracing
Diffstat (limited to 'plugins/alac')
-rw-r--r--plugins/alac/demux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alac/demux.c b/plugins/alac/demux.c
index 77714530..cc1ac240 100644
--- a/plugins/alac/demux.c
+++ b/plugins/alac/demux.c
@@ -42,8 +42,8 @@
#include "stream.h"
#include "demux.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
typedef struct
{