[][src]Function ffmpeg_dev::sys::ffio_read_size

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

Read size bytes from AVIOContext into buf. Check that exactly size bytes have been read. @return number of bytes read or AVERROR