Skip to content
Snippets Groups Projects
Commit e19deb04 authored by Zhipin Deng's avatar Zhipin Deng
Browse files

a white space

parent 040f12e4
No related branches found
No related tags found
1 merge request!1634JVET-R0058: the combination of RPR, subpictures, and scalability
......@@ -1543,6 +1543,7 @@ void DecLib::xCheckParameterSetConstraints(const int layerId)
CHECK( currentSubPicIdx == NOT_VALID, "Sub-picture was not found" );
CHECK( !previousSubPicIds.count( layerId ), "Sub-picture information of the previously decoded picture was not stored" );
if( previousSubPicIds[layerId][currentSubPicIdx] != slice->getSliceSubPicId() )
{
CHECK( !slice->isIRAP(), "For reordered sub-pictures, the slice NAL shall be in the range of IDR_W_RADL to CRA_NUT, inclusive" )
......
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