ref: 3fc24c3036ea58275d9674d2b82af9694c6b2d63
parent: e219865113c30fb0cc9054ab27c699823cd57d9d
author: Huade Shi (huashi) <huashi@cisco.com>
date: Wed Mar 29 07:53:30 EDT 2017
slice buffer variable rename: remove unneed code
--- a/codec/encoder/core/src/wels_task_encoder.cpp
+++ b/codec/encoder/core/src/wels_task_encoder.cpp
@@ -243,7 +243,6 @@
int32_t iReturn = 0;
bool bNeedReallocate = false;
- //deal with partition: TODO: here SSliceThreadPrivateData is just for parition info and actually has little relationship with threadbuffer, and iThreadIndex is not used in threadpool model, need renaming after removing old logic to avoid confusion
int32_t iDiffMbIdx = kiEndMbIdxInPartition - kiFirstMbInPartition;
if( 0 == iDiffMbIdx) {
m_pSlice->iSliceIdx = -1;