id summary reporter owner description type status priority milestone component version resolution keywords cc 1487 Last decoded frame is not being outputted correctly swong10 " The decoder should output the last decoded frame when the bitstream has reached its end. It happens when the display order and decoding order is different. Need to update the loop filter flag to correct the situation. HM Decoder/Encoder 16.15_SCM8.4 TAppDecTop.cpp --> Void TAppDecTop::decode() The following update to the loopFiltered is needed to correct else if ( (bNewPicture || !bitstreamFile || nalu.m_nalUnitType == NAL_UNIT_EOS ) && m_cTDecTop.getFirstSliceInSequence () ) { m_cTDecTop.setFirstSliceInPicture (true); loopFiltered = (nalu.m_nalUnitType == NAL_UNIT_EOS); }" defect new major HM SCC lidong.xu@… samuel.wong@… jct-vc@… iole@…