Skip to content
Snippets Groups Projects
Commit 84e4afe2 authored by spaluri's avatar spaluri
Browse files

Update to parcat.cpp

parent 8d72fc3b
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,9 @@ void ParcatHLSyntaxReader::parsePictureHeaderUpToPoc ( ParameterSetManager *para
PPS* pps = NULL;
SPS* sps = NULL;
READ_FLAG(uiCode, "gdr_or_irap_pic_flag");
#if JVET_S0076_ASPECT1
READ_FLAG( uiCode, "ph_non_ref_pic_flag" );
#endif
if (uiCode)
{
READ_FLAG(uiCode, "gdr_pic_flag");
......@@ -75,7 +78,9 @@ void ParcatHLSyntaxReader::parsePictureHeaderUpToPoc ( ParameterSetManager *para
{
READ_FLAG(uiCode, "ph_intra_slice_allowed_flag");
}
#if !JVET_S0076_ASPECT1
READ_FLAG(uiCode, "non_reference_picture_flag");
#endif
// parameter sets
READ_UVLC(uiCode, "ph_pic_parameter_set_id");
pps = parameterSetManager->getPPS(uiCode);
......
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