From d9acf5e1a02108d6231be74ef42fc2071688cb70 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Wed, 18 May 2005 23:04:55 +0000 Subject: added missing structure --- include/jpegint.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/jpegint.h b/include/jpegint.h index e3e5eb8..e81bdd3 100644 --- a/include/jpegint.h +++ b/include/jpegint.h @@ -10,3 +10,10 @@ struct jpeg_entropy_decoder { /* other modules probably should not use it */ boolean insufficient_data; /* set TRUE after emitting warning */ }; + +/* Entropy encoding */ +struct jpeg_entropy_encoder { + JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics)); + JMETHOD(boolean, encode_mcu, (j_compress_ptr cinfo, JBLOCKROW *MCU_data)); + JMETHOD(void, finish_pass, (j_compress_ptr cinfo)); +}; -- cgit v0.12