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


Ignore:
Timestamp:
25 Jul 2014, 02:41:19 (10 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/TLibEncoder/TEncCavlc.cpp

    r836 r837  
    14911491  {
    14921492#if Q0078_ADD_LAYER_SETS
     1493#if R0227_BR_PR_ADD_LAYER_SET
     1494    for( i = 0; i < vps->getNumLayerSets(); i++ )
     1495#else
    14931496    for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ )
     1497#endif
    14941498#else
    14951499    for( i = 0; i < vps->getNumLayerSets(); i++ )
Note: See TracChangeset for help on using the changeset viewer.