[−][src]Function ffmpeg_dev::sys::ffio_open_null_buf
pub unsafe extern "C" fn ffio_open_null_buf(s: *mut *mut AVIOContext) -> c_int
Open a write-only fake memory stream. The written data is not stored anywhere - this is only used for measuring the amount of data written.
@param s new IO context @return zero if no error.