summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-09-15 10:34:13 +0200
committerGravatar waker <wakeroid@gmail.com>2012-09-15 10:34:13 +0200
commitebcf3e921708606cb3cd905ca366d1aec13c1dd7 (patch)
tree35a9d426369942373229b8c54aea54f9616694c6 /plugins/ffmpeg/ffmpeg.c
parentb0497710b7e9ddf5f04629ff2fc2d38344742e92 (diff)
disabled tracing in ffmpeg and alsa plugins
Diffstat (limited to 'plugins/ffmpeg/ffmpeg.c')
-rw-r--r--plugins/ffmpeg/ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index 5481c735..88ba1b85 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -56,8 +56,8 @@
//#define av_get_bits_per_sample_format av_get_bits_per_sample_fmt
#else
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
#define min(x,y) ((x)<(y)?(x):(y))
#define max(x,y) ((x)>(y)?(x):(y))