We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1f770 commit 77a27cbCopy full SHA for 77a27cb
codec/decoder/core/src/manage_dec_ref.cpp
@@ -566,7 +566,7 @@ int32_t WelsReorderRefList2 (PWelsDecoderContext pCtx) {
566
k = iCount;
567
for (j = k; j <= iRefCount; j++) {
568
if (ppRefList[j] != NULL) {
569
- if (!ppRefList[j]->bIsLongRef || ppLongRefList[j]->uiLongTermPicNum != (uint32_t)iPredFrameNum)
+ if (!ppRefList[j]->bIsLongRef || ppRefList[j]->uiLongTermPicNum != (uint32_t)iPredFrameNum)
570
ppRefList[k++] = ppRefList[j];
571
}
572
0 commit comments