* rocDecode/HEVC: Added in stream DPB buffer size change detection and handling. (#482)

This commit is contained in:
jeffqjiangNew
2024-12-19 17:29:52 -05:00
committed by GitHub
parent 0b24f96bbb
commit 5336913a09
2 changed files with 5 additions and 10 deletions
-1
View File
@@ -96,7 +96,6 @@ void RocVideoParser::CheckAndAdjustDecBufPoolSize(int dpb_size) {
dec_buf_pool_size_ = min_dec_buf_pool_size;
decode_buffer_pool_.resize(dec_buf_pool_size_, {0});
output_pic_list_.resize(dec_buf_pool_size_, 0xFF);
InitDecBufPool();
}
}