pub unsafe extern "C" fn av_buffer_ref(
buf: *mut AVBufferRef,
) -> *mut AVBufferRef
Expand description
Create a new reference to an AVBuffer.
@return a new AVBufferRef referring to the same AVBuffer as buf or NULL on failure.
pub unsafe extern "C" fn av_buffer_ref(
buf: *mut AVBufferRef,
) -> *mut AVBufferRef
Create a new reference to an AVBuffer.
@return a new AVBufferRef referring to the same AVBuffer as buf or NULL on failure.