Function libdav1d_sys::dav1d_flush

source ·
pub unsafe extern "C" fn dav1d_flush(c: *mut Dav1dContext)
Expand description

Flush all delayed frames in decoder and clear internal decoder state, to be used when seeking.

@param c Input decoder instance.

@note Decoding will start only after a valid sequence header OBU is delivered to dav1d_send_data().