]> git.sesse.net Git - nageru/blobdiff - jpeg_frame_view.h
Use asynchronous readback when doing many flows. Speeds up 50-frame jobs by about...
[nageru] / jpeg_frame_view.h
index 4c7648c2807adfa275d27d4992c91f47bd63fba0..6f37bfccd4f88d72d4cafaaa95156446a13d97ff 100644 (file)
@@ -31,6 +31,8 @@ public:
                update_frame();
        }
 
+       unsigned get_stream_idx() const { return stream_idx; }
+
        void setDecodedFrame(std::shared_ptr<Frame> frame);
 
 protected: