Skip to main content

mbuf_coded_video_frame_release_packed_buffer

Function mbuf_coded_video_frame_release_packed_buffer 

Source
pub unsafe extern "C" fn mbuf_coded_video_frame_release_packed_buffer(
    frame: *mut mbuf_coded_video_frame,
    data: *const c_void,
) -> c_int
Expand description

Release a read-only full-frame buffer.

After calling this, the data pointer should no longer be used.

@param frame: The frame. @param data: The frame buffer.

@return 0 on success, negative errno on error.