Ignore:
Timestamp:
29 Sep 2014, 16:35:00 (10 years ago)
Author:
tech
Message:

Fix inference sps_max_num_reorder_pics and sps_max_latency_increase_plus1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComRom.cpp

    r1054 r1059  
    403403UInt64 g_nSymbolCounter = 0;
    404404#if H_MV_ENC_DEC_TRAC
    405 Bool g_traceCU = true;
    406 Bool g_tracePU = true;
    407 Bool g_traceTU = true;
     405Bool g_traceCU = false;
     406Bool g_tracePU = false;
     407Bool g_traceTU = false;
    408408Bool g_disableHLSTrace = false;
    409409UInt64 g_stopAtCounter       = 0;
Note: See TracChangeset for help on using the changeset viewer.