X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimagemagick_content.h;h=04425af080111aebb54cb0a81bb6b8a906d63ddc;hb=d0d584a7dde6de383302615634fdee17e9724fe8;hp=8ed6b08734ad31d34e4c8b75e368510b20d77c07;hpb=883d885dc8690519d205c8baa275385af8a39f4b;p=dcpomatic.git diff --git a/src/lib/imagemagick_content.h b/src/lib/imagemagick_content.h index 8ed6b0873..04425af08 100644 --- a/src/lib/imagemagick_content.h +++ b/src/lib/imagemagick_content.h @@ -17,8 +17,8 @@ */ -#ifndef DVDOMATIC_IMAGEMAGICK_CONTENT_H -#define DVDOMATIC_IMAGEMAGICK_CONTENT_H +#ifndef DCPOMATIC_IMAGEMAGICK_CONTENT_H +#define DCPOMATIC_IMAGEMAGICK_CONTENT_H #include #include "video_content.h" @@ -43,7 +43,7 @@ public: boost::shared_ptr clone () const; Time length () const; - void set_video_length (ContentVideoFrame); + void set_video_length (VideoContent::Frame); static bool valid_file (boost::filesystem::path); };