Changeset 800 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 11 Jun 2014, 19:20:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r798 r800 1024 1024 Int numAddOutputLayerSets = numOutputLayerSets - (Int)vps->getNumLayerSets(); 1025 1025 1026 // The value of num_add_o utput_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. 1027 1027 assert( numAddOutputLayerSets >= 0 && numAddOutputLayerSets < 1024 ); 1028 1028 … … 1030 1030 if( vps->getNumLayerSets() > 1 ) 1031 1031 { 1032 WRITE_UVLC( numAddOutputLayerSets, "num_add_o utput_layer_sets" );1032 WRITE_UVLC( numAddOutputLayerSets, "num_add_olss" ); 1033 1033 WRITE_CODE( vps->getDefaultTargetOutputLayerIdc(), 2, "default_target_output_layer_idc" ); 1034 1034 }
Note: See TracChangeset for help on using the changeset viewer.