]> git.sesse.net Git - nageru/blobdiff - futatabi/jpeg_frame_view.h
Change Futatabi frames to be cached as textures instead of in system memory.
[nageru] / futatabi / jpeg_frame_view.h
index 3f92e4c708e602819696bd57fadafd54efb61b2b..693ea9b6d0a4c5f58fd3f4afafc7ca1ccf484847 100644 (file)
@@ -63,7 +63,7 @@ private:
        movit::EffectChain *current_chain = nullptr;  // Owned by ycbcr_converter.
 
        bool displayed_this_frame = false;  // Owned by the UI frame.
-       std::shared_ptr<Frame> current_frame;  // So that we hold on to the pixels.
+       std::shared_ptr<Frame> current_frame;  // So that we hold on to the textures.
        std::shared_ptr<Frame> current_secondary_frame;  // Same.
 
        int overlay_base_width = 16, overlay_base_height = 16;