X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilter_graph.cc;h=2fb1ad187edf51f9d8813d259f483a38c4fed362;hb=f5a2789fcab274f2beda4a1e4ff59567158c9686;hp=d918f7dc8cf0d1bd163fa65ae880331a6fd3e86c;hpb=422be0eece2bf6ee80db1d3c21553cd82efff789;p=dcpomatic.git diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index d918f7dc8..2fb1ad187 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -26,7 +26,6 @@ #include "filter.h" #include "exceptions.h" #include "image.h" -#include #include "compose.hpp" extern "C" { #include @@ -48,11 +47,7 @@ using boost::shared_ptr; using boost::weak_ptr; using dcp::Size; -/** Construct a FilterGraph for the settings in a piece of content. - * @param content Content. - * @param s Size of the images to process. - * @param p Pixel format of the images to process. - */ +/** Construct a FilterGraph for the settings in a piece of content */ FilterGraph::FilterGraph () : _graph (0) , _copy (false)