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


Ignore:
Timestamp:
25 Jul 2014, 02:41:19 (11 years ago)
Author:
qualcomm
Message:

Signalling of bit rate and picture rate information for additional layer sets -- adoption of JCTVC-R0227. (Macro: R0227_BR_PR_ADD_LAYER_SET)

From: Hendry <fhendry@…>

File:
1 edited

Legend:

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

    r836 r837  
    21402140
    21412141#if Q0078_ADD_LAYER_SETS
     2142#if R0227_BR_PR_ADD_LAYER_SET
     2143  for( i = 0; i < vps->getNumLayerSets(); i++ )
     2144#else
    21422145  for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ )
     2146#endif
    21432147#else
    21442148  for( i = 0; i < vps->getNumLayerSets(); i++ )
Note: See TracChangeset for help on using the changeset viewer.