Searched defs:jpeg_marker_struct (Results 1 – 1 of 1) sorted by relevance
209 struct jpeg_marker_struct { struct210 jpeg_saved_marker_ptr next; /* next in list, or NULL */211 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */212 unsigned int original_length; /* # bytes of data in the file */213 unsigned int data_length; /* # bytes of data saved at data[] */214 JOCTET *data; /* the data contained in the marker */