Ignore:
Timestamp:
11 Jun 2014, 19:22:34 (11 years ago)
Author:
seregin
Message:

rename default_target_output_layer_idc with default_output_layer_idc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r791 r801  
    12581258  if( vps->getDefaultTargetOutputLayerIdc() == 1 )
    12591259  {
    1260     // default_target_output_layer_idc equal to 1 specifies that only the layer with the highest value of nuh_layer_id such that nuh_layer_id equal to nuhLayerIdA and
     1260    // default_output_layer_idc equal to 1 specifies that only the layer with the highest value of nuh_layer_id such that nuh_layer_id equal to nuhLayerIdA and
    12611261    // AuxId[ nuhLayerIdA ] equal to 0 in each of the output layer sets with index in the range of 1 to vps_num_layer_sets_minus1, inclusive, is an output layer of its output layer set.
    12621262
     
    12751275  else
    12761276  {
    1277     // cases when default_target_output_layer_idc is not equal to 1
    1278     assert(!"default_target_output_layer_idc not equal to 1 is not yet supported");
     1277    // cases when default_output_layer_idc is not equal to 1
     1278    assert(!"default_output_layer_idc not equal to 1 is not yet supported");
    12791279  }
    12801280
Note: See TracChangeset for help on using the changeset viewer.