X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fimage_content.h;h=e56abce4a07a8218ab0ad4a7a1b26280d131adce;hb=4956be4e16570fa6b6985b11d4d689308343ffbb;hp=3da7827252ffde805e8cddbdefb94c4682e08053;hpb=ef4cd174472dc1c4694d4451dc60b9292c60666b;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 3da782725..e56abce4a 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington 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 @@ -31,7 +31,7 @@ class ImageContent : public VideoContent { public: ImageContent (boost::shared_ptr, boost::filesystem::path); - ImageContent (boost::shared_ptr, boost::shared_ptr); + ImageContent (boost::shared_ptr, boost::shared_ptr, int); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ()); @@ -47,6 +47,7 @@ public: void set_video_length (VideoContent::Frame); bool still () const; + void set_video_frame_rate (float); }; #endif