Skip to content
Snippets Groups Projects
Commit b23763bd authored by Xiang Li's avatar Xiang Li
Browse files

remove macro JVET_S0117_VB

parent 337d7f37
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,6 @@ void BitstreamExtractorApp::xRewriteSPS (SPS &targetSPS, const SPS &sourceSPS, S
conf.setWindowTopOffset(subpicConfWinTopOffset);
conf.setWindowBottomOffset(subpicConfWinBottomOffset);
#if JVET_S0117_VB // Virtual boundaries rewriting
if (sourceSPS.getVirtualBoundariesEnabledFlag() && sourceSPS.getVirtualBoundariesPresentFlag())
{
targetSPS.setNumVerVirtualBoundaries(0);
......@@ -259,7 +258,6 @@ void BitstreamExtractorApp::xRewriteSPS (SPS &targetSPS, const SPS &sourceSPS, S
targetSPS.setVirtualBoundariesEnabledFlag(0);
}
}
#endif
}
void BitstreamExtractorApp::xRewritePPS(PPS &targetPPS, const PPS &sourcePPS, const SPS &sourceSPS, SubPic &subPic)
......
......@@ -66,7 +66,6 @@
// JVET-S0158 #4c: Insert SEI NAL units to directly contain those SEI messages that were scalable-nested HRD-related SEI messages that apply to the output bitstream, and remove their original container SEI NAL units from the output bitstream. When the target OLS includes only one layer, apply the same for scalable-nested non-HRD-related SEI messages.
#define JVET_S0117_VB 1 // sub-picture extraction VB rewriting
//########### place macros to be be kept below this line ###############
#define GDR_ENABLED 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment