1 2 3 4 5 6 7
#include "video_content.h" class ImageMagickContent : public VideoContent { public: ImageMagickContent (boost::filesystem::path); };