X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=4a8d91bdbdd95638dfd8fec468b218faecfd900b;hb=56bc3aa3907594b69a1c6c1cd58213d68657a1ff;hp=a1b1437c811fb391154b222466b7fa22a27b5258;hpb=7979aeb87a83de31c4cf25f88eef4fbca4b56553;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index a1b1437c8..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 @@ -20,8 +20,8 @@ #ifndef DCPOMATIC_IMAGE_CONTENT_H #define DCPOMATIC_IMAGE_CONTENT_H -#include #include "video_content.h" +#include namespace cxml { class Node; @@ -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); };