Changeset 801 in SHVCSoftware for branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 11 Jun 2014, 19:22:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp
r791 r801 1258 1258 if( vps->getDefaultTargetOutputLayerIdc() == 1 ) 1259 1259 { 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 and1260 // 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 1261 1261 // 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. 1262 1262 … … 1275 1275 else 1276 1276 { 1277 // cases when default_ target_output_layer_idc is not equal to 11278 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"); 1279 1279 } 1280 1280
Note: See TracChangeset for help on using the changeset viewer.