jpeg_abort

Name

jpeg_abort -- aborts the compression or decompression cycle

Synopsis

#include <jpeglib.h>

void jpeg_abort(j_common_ptr cinfo);

Description

The function jpeg_abort() shall abort the processing of a compression or decompression operation. The function shall return the given object to an idle state releasing any working memory. The object may be reused after a call to jpeg_abort().