Code Clean up - remove unused API (#552)

* Code Clean up - remove unused API

* clean up
This commit is contained in:
Aryan Salmanpour
2025-04-09 13:49:04 -04:00
committed by GitHub
parent 038d618836
commit d80f807b1a
5 changed files with 0 additions and 41 deletions
-8
View File
@@ -75,14 +75,6 @@ rocDecStatus RocVideoParser::Initialize(RocdecParserParams *pParams) {
return ROCDEC_SUCCESS;
}
rocDecStatus RocVideoParser::MarkFrameForReuse(int pic_idx) {
if (pic_idx < 0) {
return ROCDEC_INVALID_PARAMETER;
}
//todo::
return ROCDEC_NOT_IMPLEMENTED;
}
void RocVideoParser::InitDecBufPool() {
for (int i = 0; i < dec_buf_pool_size_; i++) {
decode_buffer_pool_[i].use_status = kNotUsed;