Ignore:
Timestamp:
13 May 2013, 16:09:14 (12 years ago)
Author:
tech
Message:
  • Fixed trace files for MV-HEVC.
  • Fixed assertion mismatch due to NumPocTotalCurr.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r372 r401  
    5050  m_iMaxRefPicNum = 0;
    5151#if ENC_DEC_TRACE
     52#if H_MV
     53  if ( g_hTrace == NULL )
     54  {
     55#endif
    5256  g_hTrace = fopen( "TraceDec.txt", "wb" );
    5357  g_bJustDoIt = g_bEncDecTraceDisable;
    5458  g_nSymbolCounter = 0;
     59#if H_MV
     60  }
     61#endif
    5562#endif
    5663  m_pocCRA = 0;
Note: See TracChangeset for help on using the changeset viewer.