# HG changeset patch
# User Sumalatha Polureddy
# Date 1387182734 -19800
# Node ID a5b5595504bebedc692d295b220a0814f0d6cc11
# Parent  70a5357626fe2f45f0c462871c26b468a023a322
TEncCu: reintroduce a macro which was removed while merging

diff -r 70a5357626fe -r a5b5595504be source/Lib/TLibEncoder/TEncCu.h
--- a/source/Lib/TLibEncoder/TEncCu.h   Mon Dec 16 13:57:58 2013 +0530
+++ b/source/Lib/TLibEncoder/TEncCu.h   Mon Dec 16 14:02:14 2013 +0530
@@ -131,9 +131,10 @@
     bool         m_abortFlag; // aborts recursion when the child CU costs more 
than parent CU
 
 public:
-
+#if LOG_CU_STATISTICS
     StatisticLog  m_sliceTypeLog[3];
     StatisticLog* m_log;
+#endif
     TEncCu();
 
     void init(Encoder* top);
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to