Changeset 733 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
24 Apr 2014, 13:29:11 (11 years ago)
Author:
nokia
Message:

JCTVC-Q0182: Change num_bsp_sched_combinations to num_bsp_sched_combinations_minus1

File:
1 edited

Legend:

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

    r732 r733  
    23262326        if (vps->getNumBitstreamPartitions(h))
    23272327        {
     2328#if Q0182_MULTI_LAYER_HRD_UPDATE
     2329          READ_UVLC( uiCode, "num_bsp_sched_combinations_minus1[h]"); vps->setNumBspSchedCombinations(h, uiCode + 1);
     2330#else
    23282331          READ_UVLC( uiCode, "num_bsp_sched_combinations[h]"); vps->setNumBspSchedCombinations(h, uiCode);
     2332#endif
    23292333          for( i = 0; i < vps->getNumBspSchedCombinations(h); i++ )
    23302334          {
Note: See TracChangeset for help on using the changeset viewer.