]> git.sesse.net Git - nageru/blobdiff - futatabi/video_stream.h
Log a warning when we kill a client that is not keeping up.
[nageru] / futatabi / video_stream.h
index 12e8ed123a532db2ae3726790356dd43ecd816b2..a6215e963e384829c5ca8c2c8753dffb6d28fa57 100644 (file)
@@ -142,6 +142,7 @@ private:
                std::function<void(std::shared_ptr<Frame>)> display_decoded_func;  // Same, except for INTERPOLATED and FADED_INTERPOLATED.
 
                std::string subtitle;  // Blank for none.
+               std::string exif_data;  // Blank for none.
 
                // Audio, in stereo interleaved 32-bit PCM. If empty and not of type SILENCE, one frame's worth of silence samples
                // is synthesized.