Code Clean up - remove unused API (#552)
* Code Clean up - remove unused API * clean up
This commit is contained in:
committed by
GitHub
orang tua
038d618836
melakukan
d80f807b1a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user