Changeset 1486 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
20 Nov 2015, 17:22:56 (9 years ago)
Author:
seregin
Message:

fix for poc reset ticket #82, patch-by Usman Hakeem <usman.hakeem@…> and Hendry <fhendry@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1485 r1486  
    19611961  }
    19621962
     1963#if CONFORMANCE_BITSTREAM_FIX
     1964  if (!vps) return;
     1965#else
    19631966  assert( vps != NULL );    // No picture in any DPB?
     1967#endif
    19641968  std::sort( listOfPocs.begin(), listOfPocs.end() );    // Sort in increasing order of POC
    19651969  Int targetLsIdx = vps->getOutputLayerSetIdx( getCommonDecoderParams()->getTargetOutputLayerSetIdx() );
Note: See TracChangeset for help on using the changeset viewer.