Function av_bsf_get_by_name
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.
pub unsafe extern "C" fn av_bsf_get_by_name(
name: *const i8,
) -> *const AVBitStreamFilter
@return a bitstream filter with the specified name or NULL if no such bitstream filter exists.