X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscaler.h;h=0f0bcb1aa14485a8846cf6b466e9e8c6c0a2bf04;hb=634aba7b19c2a08675438473e685d4416744adba;hp=c80f4b7dbf76a21679ca8033b8283f838d938ca6;hpb=3e915b00219ee8c97e50bbc775d90d0dddce87b6;p=dcpomatic.git diff --git a/src/lib/scaler.h b/src/lib/scaler.h index c80f4b7db..0f0bcb1aa 100644 --- a/src/lib/scaler.h +++ b/src/lib/scaler.h @@ -21,21 +21,22 @@ * @brief A class to describe one of FFmpeg's software scalers. */ -#ifndef DVDOMATIC_SCALER_H -#define DVDOMATIC_SCALER_H +#ifndef DCPOMATIC_SCALER_H +#define DCPOMATIC_SCALER_H +#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; }