We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe0473 commit 19144a6Copy full SHA for 19144a6
Source/App/EbAppConfig.c
@@ -508,7 +508,7 @@ void EbConfigCtor(EbConfig_t *configPtr)
508
configPtr->baseLayerSwitchMode = 0;
509
configPtr->predStructure = 2;
510
configPtr->intraPeriod = -2;
511
- configPtr->intraRefreshType = 0;
+ configPtr->intraRefreshType = -1;
512
513
// DLF
514
configPtr->disableDlfFlag = EB_FALSE;
0 commit comments