Changeset 774 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 12 May 2014, 20:54:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/SEIwrite.cpp
r773 r774 894 894 { 895 895 #if HRD_BPB 896 UInt nl=0; 897 for (UInt j = 0; j < sei.m_vpsMaxLayers; j++) 898 { 899 if (sei.m_layerIdIncludedFlag[lsIdx][j]) 900 nl++; 901 } 902 for (UInt j = 0; j < nl; j++) 903 { 896 UInt nl=0; 897 for (UInt j = 0; j < sei.m_vpsMaxLayers; j++) 898 { 899 if (sei.m_layerIdIncludedFlag[lsIdx][j]) 900 { 901 nl++; 902 } 903 } 904 for (UInt j = 0; j < nl; j++) 905 { 904 906 #else 905 907 for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
Note: See TracChangeset for help on using the changeset viewer.