From 3afe21ec3ac00a2ddc965e9c9b417e6f184e9386 Mon Sep 17 00:00:00 2001 From: martii Date: Mon, 10 Jun 2013 15:11:13 +0200 Subject: [PATCH] libeplayer3/h264: disable debugging Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/04cb2f24ff8342e87e8bed460092d666c85e7096 Author: martii Date: 2013-06-10 (Mon, 10 Jun 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/output/writer/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeplayer3/output/writer/h264.c b/libeplayer3/output/writer/h264.c index b9fbf2e..a758857 100644 --- a/libeplayer3/output/writer/h264.c +++ b/libeplayer3/output/writer/h264.c @@ -55,7 +55,7 @@ #ifdef H264_DEBUG -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, __FILE__, __FUNCTION__, ## x); } while (0)