X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fjpeg_frame_view.h;fp=futatabi%2Fjpeg_frame_view.h;h=3f92e4c708e602819696bd57fadafd54efb61b2b;hb=02ea864dc5a6dde7450c497581ff18d784ab832c;hp=108aa73d0c424eb84f0a42f70dfe578ab94440f3;hpb=ee039e874b74ba8c9bfe37f88c29f4c37b7964f6;p=nageru diff --git a/futatabi/jpeg_frame_view.h b/futatabi/jpeg_frame_view.h index 108aa73..3f92e4c 100644 --- a/futatabi/jpeg_frame_view.h +++ b/futatabi/jpeg_frame_view.h @@ -62,6 +62,7 @@ private: std::unique_ptr ycbcr_converter; movit::EffectChain *current_chain = nullptr; // Owned by ycbcr_converter. + bool displayed_this_frame = false; // Owned by the UI frame. std::shared_ptr current_frame; // So that we hold on to the pixels. std::shared_ptr current_secondary_frame; // Same.