diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-03-25 00:41:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-03-25 00:41:05 +0000 |
| commit | 527deef6f18c46badb396e4520d802333997add2 (patch) | |
| tree | c37704455dbbd6453cbf583f97254ea44b37366e /src/lib/player_video.h | |
| parent | b6e388dc3ea1ab37711f50bbc28a93f48de98db3 (diff) | |
Remove Scaler config and use SWS_BICUBIC everywhere.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 6762ea8d1..c4537f713 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -28,7 +28,6 @@ extern "C" { class Image; class ImageProxy; -class Scaler; class Socket; class EncodedData; @@ -46,7 +45,6 @@ public: boost::optional<float>, dcp::Size, dcp::Size, - Scaler const *, Eyes, Part, boost::optional<ColourConversion> @@ -93,7 +91,6 @@ private: boost::optional<float> _fade; dcp::Size _inter_size; dcp::Size _out_size; - Scaler const * _scaler; Eyes _eyes; Part _part; boost::optional<ColourConversion> _colour_conversion; |
