mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from pngcrush-1.6.10.tar
This commit is contained in:
4
png.h
4
png.h
@@ -684,12 +684,12 @@ typedef png_time FAR * FAR * png_timepp;
|
||||
* up private chunks for output even though the library doesn't actually
|
||||
* know about their semantics.
|
||||
*/
|
||||
#define PNG_CHUNK_NAME_LENGTH 5
|
||||
#define PNG_CHUNK_NAME_LENGTH 5 /* probably should be 4 */
|
||||
typedef struct png_unknown_chunk_t
|
||||
{
|
||||
png_byte name[PNG_CHUNK_NAME_LENGTH];
|
||||
png_byte *data;
|
||||
png_size_t size;
|
||||
png_size_t size; /* length of data */
|
||||
|
||||
/* libpng-using applications should NOT directly modify this byte. */
|
||||
png_byte location; /* mode of operation at read time */
|
||||
|
||||
Reference in New Issue
Block a user