]> git.sesse.net Git - nageru/blobdiff - jpeg_frame_view.cpp
Actually send the MJPEG frames on to the HTTP stream.
[nageru] / jpeg_frame_view.cpp
index 96243529b2b8184d0717ac382f606a7d92c76f46..16224ad3db7fbd19df2ab465e30aacae335f14e9 100644 (file)
@@ -20,8 +20,6 @@
 using namespace movit;
 using namespace std;
 
-string filename_for_frame(unsigned stream_idx, int64_t pts);
-
 struct JPEGID {
        unsigned stream_idx;
        int64_t pts;