[x265] [PATCH] encoder: remove m_freeList from encoder class, the m_freeList moved into dpb

gopu at multicorewareinc.com gopu at multicorewareinc.com
Thu Jun 19 06:58:57 CEST 2014


# HG changeset patch
# User Gopu Govindaswamy
# Date 1403153927 -19800
#      Thu Jun 19 10:28:47 2014 +0530
# Node ID 3ed42fb24aca72b2f6a857b50abf8b83b208b58d
# Parent  ff10cd406de0a1aedc291e3356906981a78a7e97
encoder: remove m_freeList from encoder class, the m_freeList moved into dpb

diff -r ff10cd406de0 -r 3ed42fb24aca source/encoder/encoder.h
--- a/source/encoder/encoder.h	Thu Jun 19 10:24:02 2014 +0530
+++ b/source/encoder/encoder.h	Thu Jun 19 10:28:47 2014 +0530
@@ -76,7 +76,6 @@
     bool               m_aborted;          // fatal error detected
     int                m_pocLast;          ///< time index (POC)
     int                m_outputCount;
-    PicList            m_freeList;
 
     int                m_bframeDelay;
     int64_t            m_firstPts;


More information about the x265-devel mailing list