X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilter.h;h=39687fcd45981dce485f882d452d4a8bbe44591d;hb=765f90586c498860aa687e2b0cd6cedf1e0b1bf0;hp=258e7499126f370b8fa617ed5c1e654c99b537d0;hpb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;p=dcpomatic.git diff --git a/src/lib/filter.h b/src/lib/filter.h index 258e74991..39687fcd4 100644 --- a/src/lib/filter.h +++ b/src/lib/filter.h @@ -24,9 +24,9 @@ #ifndef DCPOMATIC_FILTER_H #define DCPOMATIC_FILTER_H +#include #include #include -#include /** @class Filter * @brief A class to describe one of FFmpeg's video filters. @@ -54,11 +54,11 @@ public: std::string vf () const { return _vf; } - + std::string category () const { return _category; } - + static std::vector all (); static Filter const * from_id (std::string); static void setup_filters ();