Changeset 671 in SHVCSoftware for branches/SHM-6-dev
- Timestamp:
- 11 Apr 2014, 21:19:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r669 r671 1022 1022 } 1023 1023 1024 Int pocCurr = getPOC(); 1025 TComPic* rpcPic = NULL; 1026 1024 1027 // When the current picture is an IRAP picture with nuh_layer_id equal to 0 and NoClrasOutputFlag is equal to 1, 1025 1028 // all reference pictures with any value of nuh_layer_id currently in the DPB (if any) are marked as "unused for reference". 1026 1029 if( m_layerId == 0 && noClrasOutputFlag ) 1027 1030 { 1028 Int pocCurr = getPOC();1029 TComPic* rpcPic;1030 1031 1031 // mark all pictures for all layers as not used for reference 1032 TComList<TComPic*>::iterator iterPic= rcListPic.begin();1032 TComList<TComPic*>::iterator iterPic = rcListPic.begin(); 1033 1033 while( iterPic != rcListPic.end() ) 1034 1034 { … … 1044 1044 if( m_noRaslOutputFlag ) 1045 1045 { 1046 Int pocCurr = getPOC();1047 TComPic* rpcPic;1048 1049 1046 // mark all pictures of a current layer as not used for reference 1050 TComList<TComPic*>::iterator iterPic= rcListPic.begin();1047 TComList<TComPic*>::iterator iterPic = rcListPic.begin(); 1051 1048 while( iterPic != rcListPic.end() ) 1052 1049 {
Note: See TracChangeset for help on using the changeset viewer.