pub unsafe extern "C" fn avcodec_receive_frame( avctx: *mut AVCodecContext, frame: *mut AVFrame, ) -> c_int
Alias for avcodec_receive_frame_flags(avctx, frame, 0).
avcodec_receive_frame_flags(avctx, frame, 0)