#[no_mangle]
pub unsafe extern "C" fn dovi_parse_unspec62_nalu(
    buf: *const u8,
    len: size_t
) -> *mut RpuOpaque
Expand description

§Safety

The pointer to the data must be valid.

Parse a Dolby Vision from a (possibly) escaped HEVC UNSPEC 62 NAL unit byte buffer. Adds an error if the parsing fails.