Changeset 1486 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 20 Nov 2015, 17:22:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1485 r1486 1961 1961 } 1962 1962 1963 #if CONFORMANCE_BITSTREAM_FIX 1964 if (!vps) return; 1965 #else 1963 1966 assert( vps != NULL ); // No picture in any DPB? 1967 #endif 1964 1968 std::sort( listOfPocs.begin(), listOfPocs.end() ); // Sort in increasing order of POC 1965 1969 Int targetLsIdx = vps->getOutputLayerSetIdx( getCommonDecoderParams()->getTargetOutputLayerSetIdx() );
Note: See TracChangeset for help on using the changeset viewer.