Changeset 1495 in SHVCSoftware for branches


Ignore:
Timestamp:
3 Dec 2015, 18:13:53 (9 years ago)
Author:
seregin
Message:

add trace

File:
1 edited

Legend:

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

    r1493 r1495  
    12961296  {
    12971297    m_prevPOC = m_apcSlicePilot->getPOC();
     1298#if ENC_DEC_TRACE
     1299    //rewind the trace counter since we didn't actually decode the slice
     1300    g_nSymbolCounter = originalSymbolCount;
     1301#endif
    12981302    curLayerId = m_uiPrevLayerId;
    12991303    m_uiPrevLayerId = m_layerId;
Note: See TracChangeset for help on using the changeset viewer.