Function rsmpeg::ffi::av_bsf_get_by_name[][src]

pub unsafe extern "C" fn av_bsf_get_by_name(
    name: *const i8
) -> *const AVBitStreamFilter
Expand description

@return a bitstream filter with the specified name or NULL if no such bitstream filter exists.