Merge pull request #1657 from mstorsjo/clip-bitrate

Make sure the random test bitrate is high enough
This commit is contained in:
sijchen
2014-12-22 10:37:43 +08:00
committed by zhuling13
16 changed files with 706 additions and 80 deletions

View File

@@ -309,6 +309,8 @@ void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx) {
pCtx->eErrorConMethod = ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE;
pCtx->pPreviousDecodedPictureInDpb = NULL;
pCtx->sDecoderStatistics.iAvgLumaQp = -1;
pCtx->bSpsLatePps = false;
pCtx->bUseScalingList = false;
}