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


Ignore:
Timestamp:
11 Jun 2014, 19:20:48 (11 years ago)
Author:
seregin
Message:

rename num_add_output_layer_sets with num_add_olss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r798 r800  
    10241024  Int numAddOutputLayerSets = numOutputLayerSets - (Int)vps->getNumLayerSets();
    10251025
    1026   // The value of num_add_output_layer_sets shall be in the range of 0 to 1023, inclusive.
     1026  // The value of num_add_olss shall be in the range of 0 to 1023, inclusive.
    10271027  assert( numAddOutputLayerSets >= 0 && numAddOutputLayerSets < 1024 );
    10281028
     
    10301030  if( vps->getNumLayerSets() > 1 )
    10311031  {
    1032     WRITE_UVLC( numAddOutputLayerSets, "num_add_output_layer_sets" );
     1032    WRITE_UVLC( numAddOutputLayerSets, "num_add_olss" );
    10331033    WRITE_CODE( vps->getDefaultTargetOutputLayerIdc(), 2, "default_target_output_layer_idc" );
    10341034  }
Note: See TracChangeset for help on using the changeset viewer.