opj_stream_destroy

Function opj_stream_destroy 

Source
pub unsafe extern "C" fn opj_stream_destroy(
    p_stream: *mut opj_stream_t,
)
Expand description

Destroys a stream created by opj_create_stream. This function does NOT close the abstract stream. If needed the user must close its own implementation of the stream.

ยงArguments

  • p_stream - the stream to destroy.