Skip to content
Snippets Groups Projects

Minor code improvement on JVET_M0055_DEBUG_CTU

Merged Xiang Li requested to merge XiangLi/VVCSoftware_VTM:improve_m0055 into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -166,6 +166,7 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
@@ -166,6 +166,7 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
#if JVET_M0055_DEBUG_CTU
#if JVET_M0055_DEBUG_CTU
if( debugCTU < 0 || poc != debugPOC )
if( debugCTU < 0 || poc != debugPOC )
 
{
#endif
#endif
for( int i = 0; i < pic->slices.size(); i++ )
for( int i = 0; i < pic->slices.size(); i++ )
{
{
@@ -176,6 +177,9 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
@@ -176,6 +177,9 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
}
}
pcEncPic->slices[i]->copySliceInfo( pic->slices[i], false );
pcEncPic->slices[i]->copySliceInfo( pic->slices[i], false );
}
}
 
#if JVET_M0055_DEBUG_CTU
 
}
 
#endif
pcEncPic->cs->slice = pcEncPic->slices.back();
pcEncPic->cs->slice = pcEncPic->slices.back();
Loading