Function rsmpeg::ffi::avformat_get_class[][src]

pub unsafe extern "C" fn avformat_get_class() -> *const AVClass
Expand description

Get the AVClass for AVFormatContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

@see av_opt_find().