[x265] [PATCH] TEncCu: reintroduce a macro which was removed while merging
sumalatha at multicorewareinc.com
sumalatha at multicorewareinc.com
Mon Dec 16 09:32:20 CET 2013
# 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);
More information about the x265-devel
mailing list