Merge pull request #214 from licaiguo/fix-rpl
fix reference picture modification bug -- review #67
This commit is contained in:
commit
fa91f77b1b
@ -205,7 +205,7 @@ int32_t WelsReorderRefList (PWelsDecoderContext pCtx) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (i < 0) {
|
if (i < iReorderingIndex) {
|
||||||
return ERR_INFO_REFERENCE_PIC_LOST;
|
return ERR_INFO_REFERENCE_PIC_LOST;
|
||||||
}
|
}
|
||||||
pPic = ppRefList[i];
|
pPic = ppRefList[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user