#include <jpeghead.h>
Data Fields | |
| int | minor |
| unsigned long | size |
| should be the first, same as in circbuf_pd | |
| unsigned char | header [JPEG_HEADER_MAXSIZE] |
| JPEG header size (no Exif). | |
Definition at line 24 of file jpeghead.h.
| unsigned long jpeghead_pd::size |
should be the first, same as in circbuf_pd
Definition at line 26 of file jpeghead.h.
Referenced by jpeghead_lseek(), and jpeghead_read().
| unsigned char jpeghead_pd::header[JPEG_HEADER_MAXSIZE] |
JPEG header size (no Exif).
Definition at line 27 of file jpeghead.h.
Referenced by jpeghead_lseek(), and jpeghead_read().
1.5.1