Use SafeStringStream instead of std::stringstream to try to fix random crashes on...
[dcpomatic.git] / src / lib / image_content.h
index 47c5a20e3486298e2e49d307a0136a21a4b80243..e56abce4a07a8218ab0ad4a7a1b26280d131adce 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -47,6 +47,7 @@ public:
        
        void set_video_length (VideoContent::Frame);
        bool still () const;
+       void set_video_frame_rate (float);
 };
 
 #endif