Changeset 676 in SHVCSoftware for branches/SHM-6-dev
- Timestamp:
- 14 Apr 2014, 23:09:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r671 r676 1033 1033 while( iterPic != rcListPic.end() ) 1034 1034 { 1035 rpcPic = *(iterPic); 1035 1036 if( rpcPic->getPOC() != pocCurr ) 1036 1037 { 1037 1038 rpcPic->getSlice(0)->setReferenced(false); 1038 1039 } 1040 iterPic++; 1039 1041 } 1040 1042 } … … 1048 1050 while( iterPic != rcListPic.end() ) 1049 1051 { 1052 rpcPic = *(iterPic); 1050 1053 if( rpcPic->getPOC() != pocCurr && rpcPic->getLayerId() == m_layerId ) 1051 1054 { 1052 1055 rpcPic->getSlice(0)->setReferenced(false); 1053 1056 } 1057 iterPic++; 1054 1058 } 1055 1059 }
Note: See TracChangeset for help on using the changeset viewer.