pub unsafe extern "C" fn av_buffer_ref(
buf: *const AVBufferRef,
) -> *mut AVBufferRefExpand 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: *const AVBufferRef,
) -> *mut AVBufferRefCreate a new reference to an AVBuffer.
@return a new AVBufferRef referring to the same AVBuffer as buf or NULL on failure.