From baa87e7b2bea52e0d2421edcdc76ceb29837dce4 Mon Sep 17 00:00:00 2001 From: "yuzhuohuang@qq.com" Date: Tue, 20 Dec 2011 13:46:35 +0800 Subject: [PATCH] Disable HdmvSub log. --- src/subtitles/HdmvSub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subtitles/HdmvSub.cpp b/src/subtitles/HdmvSub.cpp index 927b25f..f323766 100644 --- a/src/subtitles/HdmvSub.cpp +++ b/src/subtitles/HdmvSub.cpp @@ -24,7 +24,7 @@ #include "HdmvSub.h" #include "../DSUtil/GolombBuffer.h" -#if (1) // Set to 1 to activate HDMV subtitles traces +#if (0) // Set to 1 to activate HDMV subtitles traces #define TRACE_HDMVSUB(_x_) {CString tmp;tmp.Format _x_; XY_LOG_INFO( tmp.GetString() );} #else #define TRACE_HDMVSUB(_x_) -- 2.11.4.GIT