X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=4a8d91bdbdd95638dfd8fec468b218faecfd900b;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=38aa77bf52eddf7ea889b436483c3f585b628292;hpb=59e769023c392c332331567a1aea94660002c463;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 38aa77bf5..4a8d91bdb 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2015 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 @@ -44,8 +44,11 @@ public: DCPTime full_length () const; std::string identifier () const; - - void set_video_length (ContentTime); + + /* VideoContent */ + void set_default_colour_conversion (); + + void set_video_length (Frame); bool still () const; void set_video_frame_rate (float); };