Function rsmpeg::ffi::av_frame_free[][src]

pub unsafe extern "C" fn av_frame_free(frame: *mut *mut AVFrame)
Expand description

Free the frame and any dynamically allocated objects in it, e.g. extended_data. If the frame is reference counted, it will be unreferenced first.

@param frame frame to be freed. The pointer will be set to NULL.