Function ffio_open_null_buf

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

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.