Function av_ac3_parse_header

pub unsafe extern "C" fn av_ac3_parse_header(
    buf: *const u8,
    size: usize,
    bitstream_id: *mut u8,
    frame_size: *mut u16,
) -> i32
Expand description

Extract the bitstream ID and the frame size from AC-3 data.