Function avio_read

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

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