Changeset 791 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jun 2014, 19:48:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r784 r791 704 704 WRITE_CODE( pcVPS->getVPSId(), 4, "vps_video_parameter_set_id" ); 705 705 WRITE_CODE( 3, 2, "vps_reserved_three_2bits" ); 706 #if VPS_RENAME706 #if SVC_EXTENSION 707 707 WRITE_CODE( pcVPS->getMaxLayers() - 1, 6, "vps_max_layers_minus1" ); 708 708 #else … … 735 735 } 736 736 737 #if VPS_RENAME737 #if SVC_EXTENSION 738 738 assert( pcVPS->getNumHrdParameters() <= MAX_VPS_LAYER_SETS_PLUS1 ); 739 739 assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_ID_PLUS1 );
Note: See TracChangeset for help on using the changeset viewer.