Function ffmpeg_sys::av_bsf_get_by_name[][src]

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

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