Function avformat_close_input

Source
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.