JVET-AE0050 item 2: Add nnpfa_no_foll_clvs_flag to the NNPFA SEI message
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 9990ba58 - Fix the problem with EOS NAL detection in filterPictures
134 134 #endif 135 135 136 136 m_isNnpfActiveForCLVS.clear(); 137 #if JVET_AE0050_NNPFA_NO_PREV_CLVS_FLAG 137 #if JVET_AE0050_NNPFA_NO_PREV_CLVS_FLAG || JVET_AE0050_NNPFA_NO_FOLL_CLVS_FLAG 138 138 m_clvsPicList.clear(); 139 auto p = std::find(m_picList.begin(), m_picList.end(), currCodedPic); 140 m_clvsPicList.push_back(*p); @hallapur Please take a look at the comment. Thank you.
It seems Antti also needs the iterator to access the pointer after currCodedPic in m_picList in line 141. In this case, it might be cleaner to use iterator instead of "Picture* currCodedPic:" in line 105. But the way will introduce more changes. Maybe the current code is an acceptable tradeoff.
mentioned in commit becd894e
Please register or sign in to reply