- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, experts.
I'm seeing sample code of H264 provided by Intel IPP.
Ithink that I found any typos,isDisposable() function in umc_h264_enc_cpb.h.
bool isDisposable()
{
return (!m_isShortTermRef[0] &&
!m_isShortTermRef[1] &&
!m_isLongTermRef[0] &&
!m_isLongTermRef[0] &&
m_wasEncoded );
}
I think that second !m_isLongTermRef[0] ismust corrected to !m_isLongTermRef[1].
What is right code? !m_isLongTermRef[0] or !m_isLongTermRef[1]?
Please let me know whatcorrect is.
Thanks,
TG
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi TG,
our expert comment is that it is typo, but we do not use long term refs currently. Thanks for notice on that, we will correct this.
Regards,
Vladimir