remove m_pScrPicList, which is not needed anymore

This commit is contained in:
volvet
2014-04-08 15:43:44 -07:00
parent 8a12d8a068
commit 691c2bc1e7
2 changed files with 0 additions and 89 deletions

View File

@@ -109,9 +109,6 @@ class CWelsH264SVCEncoder : public ISVCEncoder {
sWelsEncCtx* m_pEncContext;
welsCodecTrace* m_pWelsTrace;
SSourcePicture** m_pSrcPicList;
int32_t m_iSrcListSize;
int32_t m_iMaxPicWidth;
int32_t m_iMaxPicHeight;