Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions libavcodec/rkmppdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@ static int rkmpp_receive_frame(AVCodecContext *avctx, AVFrame *frame)
return ret;
}
}

// make sure we keep decoder full
if (freeslots > 1 && decoder->first_frame)
return AVERROR(EAGAIN);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would this be unnecessary ?

}

return rkmpp_retrieve_frame(avctx, frame);
Expand Down