pub unsafe extern "C" fn avformat_close_input(
s: *mut *mut AVFormatContext,
)
Expand description
Close an opened input AVFormatContext. Free it and all its contents and set *s to NULL.
pub unsafe extern "C" fn avformat_close_input(
s: *mut *mut AVFormatContext,
)
Close an opened input AVFormatContext. Free it and all its contents and set *s to NULL.