Function avio_read

Source
pub unsafe extern "C" fn avio_read(
    s: *mut AVIOContext,
    buf: *mut u8,
    size: i32,
) -> i32
Expand description

Read size bytes from AVIOContext into buf. @return number of bytes read or AVERROR