summaryrefslogtreecommitdiff
path: root/src/lib/imagemagick_content.h
blob: 985aa0e8d5ab5fec6cec7c6ba33b9435cdd88c38 (plain)
1
2
3
4
5
6
7
#include "video_content.h"

class ImageMagickContent : public VideoContent
{
public:
	ImageMagickContent (boost::filesystem::path);
};