pub unsafe extern "C" fn avdevice_capabilities_free(
    caps: *mut *mut AVDeviceCapabilitiesQuery,
    s: *mut AVFormatContext
)
Expand description

Free resources created by avdevice_capabilities_create()

@param caps Device capabilities data to be freed. @param s Context of the device.