Function ffmpeg_sys_the_third::av_buffer_default_free

source ·
pub unsafe extern "C" fn av_buffer_default_free(
    opaque: *mut c_void,
    data: *mut u8
)
Expand description

Default free callback, which calls av_free() on the buffer data. This function is meant to be passed to av_buffer_create(), not called directly.