From bd453939da140ea994282e1c167ea5f8d02e2d94 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jul 2013 16:08:29 +0100 Subject: Spacing tweaks; rename ImageMagick -> StillImage. --- src/lib/content_factory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/content_factory.cc') diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index cf45b6aa6..bf447641d 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -19,7 +19,7 @@ #include #include "ffmpeg_content.h" -#include "imagemagick_content.h" +#include "still_image_content.h" #include "sndfile_content.h" using std::string; @@ -34,8 +34,8 @@ content_factory (shared_ptr film, shared_ptr node) if (type == "FFmpeg") { content.reset (new FFmpegContent (film, node)); - } else if (type == "ImageMagick") { - content.reset (new ImageMagickContent (film, node)); + } else if (type == "StillImage") { + content.reset (new StillImageContent (film, node)); } else if (type == "Sndfile") { content.reset (new SndfileContent (film, node)); } -- cgit v1.2.3