AVCodec.receive_frame

Decode API with decoupled packet/frame dataflow. This function is called to get one output frame. It should call ff_decode_get_packet() to obtain input data.

struct AVCodec
int function(AVCodecContext* avctx, AVFrame* frame) receive_frame;

Meta