Skip to content
Snippets Groups Projects
Commit ce35814f authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'improve_m0055' into 'master'

Minor code improvement on JVET_M0055_DEBUG_CTU

See merge request !244
parents 3e701e26 768cdbd9
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
#if JVET_M0055_DEBUG_CTU
if( debugCTU < 0 || poc != debugPOC )
{
#endif
for( int i = 0; i < pic->slices.size(); i++ )
{
......@@ -176,6 +177,9 @@ bool tryDecodePicture( Picture* pcEncPic, const int expectedPoc, const std::stri
}
pcEncPic->slices[i]->copySliceInfo( pic->slices[i], false );
}
#if JVET_M0055_DEBUG_CTU
}
#endif
pcEncPic->cs->slice = pcEncPic->slices.back();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment