diff --git a/source/Lib/DecoderLib/VLCReader.cpp b/source/Lib/DecoderLib/VLCReader.cpp index 279f9a44f91d9ac9b324a4bc02b143c97d36da04..48e63c0c1788dc8c7ced73cf491b8af55da52d67 100644 --- a/source/Lib/DecoderLib/VLCReader.cpp +++ b/source/Lib/DecoderLib/VLCReader.cpp @@ -674,8 +674,6 @@ void HLSyntaxReader::parsePPS( PPS* pcPPS, ParameterSetManager *parameterSetMana pcPPS->setTransquantBypassEnabledFlag(uiCode ? true : false); #if !JVET_P1004_REMOVE_BRICKS -======= ->>>>>>> JVET-P0126 removed auto space corrections READ_FLAG( uiCode, "single_tile_in_pic_flag" ); pcPPS->setSingleTileInPicFlag(uiCode == 1); if(!pcPPS->getSingleTileInPicFlag())