diff --git a/libeplayer3/output/writer/h264.c b/libeplayer3/output/writer/h264.c index 2958573..f26f74f 100644 --- a/libeplayer3/output/writer/h264.c +++ b/libeplayer3/output/writer/h264.c @@ -56,7 +56,7 @@ #ifdef H264_DEBUG static const char *FILENAME = "h264.c"; -static short debug_level = 10; +static short debug_level = 0; #define h264_printf(level, fmt, x...) do { \ if (debug_level >= level) printf("[%s:%s] " fmt, FILENAME, __FUNCTION__, ## x); } while (0)