Skip to content

Commit 19144a6

Browse files
jsuninteltianjunwork
authored andcommitted
Fix BDRate regression (OpenVisualCloud#435)
Restore the default IntraRefreshType to CRA Signed-off-by: Jing Sun <[email protected]>
1 parent 8fe0473 commit 19144a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/App/EbAppConfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ void EbConfigCtor(EbConfig_t *configPtr)
508508
configPtr->baseLayerSwitchMode = 0;
509509
configPtr->predStructure = 2;
510510
configPtr->intraPeriod = -2;
511-
configPtr->intraRefreshType = 0;
511+
configPtr->intraRefreshType = -1;
512512

513513
// DLF
514514
configPtr->disableDlfFlag = EB_FALSE;

0 commit comments

Comments
 (0)