X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fjpeg_frame.h;h=6fd0d4b9d05cfb685495ae8e86287b61efb09f4f;hb=32b87c91cf51d730ff5abc8347884219918fad66;hp=edc7381663e0f60ab4909b200c7d495c595d1b64;hpb=6cf87ad853439f8565c575fb29dc539a15fdba87;p=nageru diff --git a/futatabi/jpeg_frame.h b/futatabi/jpeg_frame.h index edc7381..6fd0d4b 100644 --- a/futatabi/jpeg_frame.h +++ b/futatabi/jpeg_frame.h @@ -2,6 +2,7 @@ #define _JPEG_FRAME_H 1 #include +#include struct Frame { bool is_semiplanar = false; @@ -11,6 +12,7 @@ struct Frame { unsigned width, height; unsigned chroma_subsampling_x, chroma_subsampling_y; unsigned pitch_y, pitch_chroma; + std::string exif_data; }; #endif // !defined(_JPEG_FRAME_H)