X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscaler.h;h=14077ff1dc803349c75b4faf3452f411531e007b;hb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;hp=a736e92de0a269b37821fa51b725845c4872bca3;hpb=237a0052c60af768f4d62b00321932918b7ba4d9;p=dcpomatic.git diff --git a/src/lib/scaler.h b/src/lib/scaler.h index a736e92de..14077ff1d 100644 --- a/src/lib/scaler.h +++ b/src/lib/scaler.h @@ -26,16 +26,17 @@ #include #include +#include /** @class Scaler * @brief Class to describe one of FFmpeg's software scalers */ -class Scaler +class Scaler : public boost::noncopyable { public: Scaler (int f, std::string i, std::string n); - /** @return id used for calls to FFmpeg's pp_postprocess */ + /** @return id used for calls to FFmpeg's sws_getContext */ int ffmpeg_id () const { return _ffmpeg_id; }