X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.cc;h=3c65b43129a14a23d62628a8f14a1911495b4ec8;hp=db3a305006ba61c8d8e19c8bb84c6508c4673a5d;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hpb=f07d5125a7b609320682689abe40781f096ca25e diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index db3a30500..3c65b4312 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -48,7 +48,7 @@ content_factory (shared_ptr film, cxml::NodePtr node, int version, l string const type = node->string_child ("Type"); boost::shared_ptr content; - + if (type == "FFmpeg") { content.reset (new FFmpegContent (film, node, version, notes)); } else if (type == "Image") {