[][src]Function ffmpeg_dev::sys::av_buffer_ref

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.