AVHWAccel.end_frame

Called at the end of each frame or field picture.

The whole picture is parsed at this point and can now be sent to the hardware accelerator. This function is mandatory.

@param avctx the codec context @return zero if successful, a negative value otherwise

struct AVHWAccel
int function(AVCodecContext* avctx) end_frame;

Meta