Changeset 90 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder
- Timestamp:
- 20 Mar 2013, 22:00:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.cpp
r89 r90 1021 1021 #if SVC_EXTENSION 1022 1022 OutputNALUnit nalu(NAL_UNIT_VPS, 0, m_layerId); 1023 #if AVC_BASE 1024 if( m_layerId == 1 ) 1025 #else 1026 if( m_layerId == 0 ) 1027 #endif 1028 { 1023 1029 #else 1024 1030 OutputNALUnit nalu(NAL_UNIT_VPS); … … 1030 1036 #if RATE_CONTROL_LAMBDA_DOMAIN 1031 1037 actualTotalBits += UInt(accessUnit.back()->m_nalUnitData.str().size()) * 8; 1038 #endif 1039 #if SVC_EXTENSION 1040 } 1032 1041 #endif 1033 1042
Note: See TracChangeset for help on using the changeset viewer.