Changeset 452 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Nov 2013, 07:19:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r451 r452 448 448 #endif 449 449 WRITE_CODE( pcSPS->getVPSId (), 4, "sps_video_parameter_set_id" ); 450 #if S PS_SUB_LAYER_INFO450 #if SVC_EXTENSION 451 451 if(pcSPS->getLayerId() == 0) 452 452 { … … 454 454 WRITE_CODE( pcSPS->getMaxTLayers() - 1, 3, "sps_max_sub_layers_minus1" ); 455 455 WRITE_FLAG( pcSPS->getTemporalIdNestingFlag() ? 1 : 0, "sps_temporal_id_nesting_flag" ); 456 #if S PS_SUB_LAYER_INFO456 #if SVC_EXTENSION 457 457 } 458 458 #endif
Note: See TracChangeset for help on using the changeset viewer.