]> git.sesse.net Git - nageru/blobdiff - futatabi/jpeg_frame_view.h
Log a warning when we kill a client that is not keeping up.
[nageru] / futatabi / jpeg_frame_view.h
index b66e2656d437cedc7d6407c45f5f11afe59ff5bf..108aa73d0c424eb84f0a42f70dfe578ab94440f3 100644 (file)
@@ -65,7 +65,7 @@ private:
        std::shared_ptr<Frame> current_frame;  // So that we hold on to the pixels.
        std::shared_ptr<Frame> current_secondary_frame;  // Same.
 
-       static constexpr int overlay_base_width = 16, overlay_base_height = 16;
+       int overlay_base_width = 16, overlay_base_height = 16;
        int overlay_width = overlay_base_width, overlay_height = overlay_base_height;
        std::unique_ptr<QImage> overlay_image;  // If nullptr, no overlay.
        std::unique_ptr<movit::EffectChain> overlay_chain;  // Just to get the overlay on screen in the easiest way possible.