Changeset 158 in SHVCSoftware for branches


Ignore:
Timestamp:
8 May 2013, 03:19:41 (12 years ago)
Author:
seregin
Message:

delete leftover if (m_apcSlicePilot->isNextSlice())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r155 r158  
    521521  m_cEntropyDecoder.decodeSliceHeader (m_apcSlicePilot, &m_parameterSetManagerDecoder);
    522522#endif
    523   if (m_apcSlicePilot->isNextSlice())
    524     // Skip pictures due to random access
    525     if (isRandomAccessSkipPicture(iSkipFrame, iPOCLastDisplay))
    526     {
    527       return false;
    528     }
    529     // Skip TFD pictures associated with BLA/BLANT pictures
    530     if (isSkipPictureForBLA(iPOCLastDisplay))
    531     {
    532       return false;
    533     }
     523
     524  // Skip pictures due to random access
     525  if (isRandomAccessSkipPicture(iSkipFrame, iPOCLastDisplay))
     526  {
     527    return false;
     528  }
     529  // Skip TFD pictures associated with BLA/BLANT pictures
     530  if (isSkipPictureForBLA(iPOCLastDisplay))
     531  {
     532    return false;
     533  }
    534534
    535535  // exit when a new picture is found
Note: See TracChangeset for help on using the changeset viewer.