pub unsafe extern "C" fn av_dv_codec_profile2(
    width: c_int,
    height: c_int,
    pix_fmt: AVPixelFormat,
    frame_rate: AVRational
) -> *const AVDVProfile
Expand description

Get a DV profile for the provided stream parameters. The frame rate is used as a best-effort parameter.