Ignore:
Timestamp:
8 Feb 2014, 18:03:54 (10 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0rc1-dev0/source/App/TAppDecoder/TAppDecTop.cpp

    r840 r841  
    165165  Bool firstSlice        = true;
    166166#endif
    167   Bool loopFiltered = false;
     167  Bool loopFiltered      = false;
    168168
    169169  while (!!bitstreamFile)
     
    297297    if (bNewPicture || !bitstreamFile || nalu.m_nalUnitType == NAL_UNIT_EOS )
    298298    {
    299 #if H_MV
    300       assert( decIdxLastPic != -1 );
    301       // TODO add loop filtered variable here
    302       m_tDecTop[decIdxLastPic]->endPicDecoding(poc, pcListPic, m_targetDecLayerIdSet );
    303 #else
    304299      if (!loopFiltered || bitstreamFile)
    305300      {
     301#if H_MV
     302        assert( decIdxLastPic != -1 );
     303        m_tDecTop[decIdxLastPic]->endPicDecoding(poc, pcListPic, m_targetDecLayerIdSet );
     304#else
    306305        m_cTDecTop.executeLoopFilters(poc, pcListPic);
     306#endif
    307307      }
    308308      loopFiltered = (nalu.m_nalUnitType == NAL_UNIT_EOS);
    309 #endif
    310309    }
    311310#if H_3D
Note: See TracChangeset for help on using the changeset viewer.