X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=jpeg_frame_view.h;h=4c7648c2807adfa275d27d4992c91f47bd63fba0;hb=c401472016861f0af52050c31416c33a453ff499;hp=478c4a672388fbb8c0673d1cba791b7fd10a3e31;hpb=4ee7c0cbe14d845a4174852e0fb10292763a5a88;p=nageru diff --git a/jpeg_frame_view.h b/jpeg_frame_view.h index 478c4a6..4c7648c 100644 --- a/jpeg_frame_view.h +++ b/jpeg_frame_view.h @@ -15,6 +15,7 @@ struct Frame { std::unique_ptr y, cb, cr; unsigned width, height; unsigned chroma_subsampling_x, chroma_subsampling_y; + unsigned pitch_y, pitch_chroma; }; class JPEGFrameView : public QGLWidget {