Runs.
[dcpomatic.git] / src / lib / imagemagick_content.h
1 #include "video_content.h"
2
3 class ImageMagickContent : public VideoContent
4 {
5 public:
6         ImageMagickContent (boost::filesystem::path);
7 };