]> git.sesse.net Git - nageru/blobdiff - jpeg_frame_view.h
Put the video displays on the right side, making them generally larger.
[nageru] / jpeg_frame_view.h
index 585417279ca8ebcfbbed1263abcdcfb6d3f7bbc3..8b2c93c8d5dbe245b19c4d80d38f108e2247e1c6 100644 (file)
@@ -58,7 +58,7 @@ protected:
 
 private:
        // The stream index of the latest frame we displayed.
-       unsigned current_stream_idx;
+       unsigned current_stream_idx = 0;
 
        std::unique_ptr<movit::EffectChain> chain;
        std::shared_ptr<Frame> current_frame;  // So that we hold on to the pixels.