]> git.sesse.net Git - nageru/blobdiff - jpeg_frame_view.h
Actually send the MJPEG frames on to the HTTP stream.
[nageru] / jpeg_frame_view.h
index 6f37bfccd4f88d72d4cafaaa95156446a13d97ff..277241b69d70c77c5375a10dfec8b1fdfcb84f8b 100644 (file)
@@ -11,6 +11,8 @@
 
 #include <memory>
 
+std::string filename_for_frame(unsigned stream_idx, int64_t pts);
+
 struct Frame {
        std::unique_ptr<uint8_t[]> y, cb, cr;
        unsigned width, height;