Function av_dynamic_hdr_plus_from_t35

pub unsafe extern "C" fn av_dynamic_hdr_plus_from_t35(
    s: *mut AVDynamicHDRPlus,
    data: *const u8,
    size: usize,
) -> i32
Expand description

Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRPlus). The T.35 buffer must begin with the application mode, skipping the country code, terminal provider codes, and application identifier. @param s A pointer containing the decoded AVDynamicHDRPlus structure. @param data The byte array containing the raw ITU-T T.35 data. @param size Size of the data array in bytes.

@return >= 0 on success. Otherwise, returns the appropriate AVERROR.