Function rsmpeg::ffi::avio_feof[][src]

pub unsafe extern "C" fn avio_feof(s: *mut AVIOContext) -> i32
Expand description

Similar to feof() but also returns nonzero on read errors. @return non zero if and only if at end of file or a read error happened when reading.