Loading apps/decoder.c +4 −1 Original line number Diff line number Diff line Loading @@ -4763,7 +4763,10 @@ ivas_error restartDecoder( #ifdef FIX_SPLIT_RENDERING_ON_DECODER_RESTART /* ISAR frame size is set from command line, not renderer config file. * This will be ignored if output format is not split rendering. */ if ( renderConfig != NULL ) { renderConfig->split_rend_config.isar_frame_size_ms = (int16_t) arg->renderFramesize /* given in number of 5ms subframes */ * 5; } #endif if ( arg->renderConfigEnabled && renderConfig != NULL ) Loading Loading
apps/decoder.c +4 −1 Original line number Diff line number Diff line Loading @@ -4763,7 +4763,10 @@ ivas_error restartDecoder( #ifdef FIX_SPLIT_RENDERING_ON_DECODER_RESTART /* ISAR frame size is set from command line, not renderer config file. * This will be ignored if output format is not split rendering. */ if ( renderConfig != NULL ) { renderConfig->split_rend_config.isar_frame_size_ms = (int16_t) arg->renderFramesize /* given in number of 5ms subframes */ * 5; } #endif if ( arg->renderConfigEnabled && renderConfig != NULL ) Loading