pub fn frame_to_rgba_bt601_limited(frame: &Frame, out_rgba: &mut [u8])
Convert a decoded YUV frame to RGBA (BT.601 limited range).
out_rgba must have length frame.width * frame.height * 4. The function does not allocate.
out_rgba
frame.width * frame.height * 4