Ignore:
Timestamp:
24 May 2015, 18:29:00 (9 years ago)
Author:
rwth
Message:
  • fixed some compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp

    r1222 r1229  
    25462546  UInt uiSymbol = 0;
    25472547 
    2548   m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) );
     2548  m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) RExt__DECODER_DEBUG_BIT_STATISTICS_PASS_OPT_ARG(STATS__CABAC_BITS__MERGE_INDEX) );
    25492549  DTRACE_CU("dbbp_flag", uiSymbol)
    25502550  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
Note: See TracChangeset for help on using the changeset viewer.