pub const AV_OPT_TYPE_BINARY: u32 = 8; // 8u32
Expand description
Underlying C type is a uint8_t* that is either NULL or points to an array allocated with the av_malloc() family of functions. The pointer is immediately followed by an int containing the array length in bytes.