Changeset 746 in SHVCSoftware for branches/SHM-6-dev/source/App


Ignore:
Timestamp:
25 Apr 2014, 20:46:17 (11 years ago)
Author:
seregin
Message:

fix compiler warning

File:
1 edited

Legend:

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

    r743 r746  
    12981298#else
    12991299  Int subDpbIdx = getCommonDecoderParams()->getTargetOutputLayerSetIdx() == 0 ? 0 : layerIdx;
    1300   TComVPS *vps = findDpbParametersFromVps(listOfPocs, listOfPocsInEachLayer, listOfPocsPositionInEachLayer, maxDpbLimit);
     1300  findDpbParametersFromVps(listOfPocs, listOfPocsInEachLayer, listOfPocsPositionInEachLayer, maxDpbLimit);
    13011301#endif
    13021302  // Assume that listOfPocs is sorted in increasing order - if not have to sort it.
Note: See TracChangeset for help on using the changeset viewer.