The Independent JPEG Group's JPEG software v9

This commit is contained in:
Guido Vollbeding
2013-01-13 00:00:00 +00:00
committed by DRC
parent 5829cb2398
commit e7f88aec23
54 changed files with 3074 additions and 3803 deletions

View File

@@ -226,6 +226,9 @@ jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
* larger memory, so the buffer is available to the application after
* finishing compression, and then the application is responsible for
* freeing the requested memory.
* Note: An initial buffer supplied by the caller is expected to be
* managed by the application. The library does not free such buffer
* when allocating a larger buffer.
*/
GLOBAL(void)