libeplayer3/h264: disable debugging

This commit is contained in:
martii
2013-06-10 15:11:13 +02:00
committed by Stefan Seyfried
parent c3bbda3e9c
commit 96c0c7c3a5

View File

@@ -56,7 +56,7 @@
#ifdef H264_DEBUG #ifdef H264_DEBUG
static const char *FILENAME = "h264.c"; static const char *FILENAME = "h264.c";
static short debug_level = 10; static short debug_level = 0;
#define h264_printf(level, fmt, x...) do { \ #define h264_printf(level, fmt, x...) do { \
if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0) if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)