diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-01 01:31:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-01 01:31:35 +0200 |
| commit | 8963f0007af1a312017b9627c18b82ec2a577591 (patch) | |
| tree | baeb6f2c17da72248408b8c1d695242b44edda9e /src/lib/butler.h | |
| parent | 29f84e2b8785585885e0658bdf9938967547460f (diff) | |
C++11 tidying.
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index ac83cecec..29966b956 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -40,7 +40,7 @@ public: std::shared_ptr<Player> player, AudioMapping map, int audio_channels, - boost::function<AVPixelFormat (AVPixelFormat)> pixel_format, + std::function<AVPixelFormat (AVPixelFormat)> pixel_format, VideoRange video_range, bool aligned, bool fast @@ -119,7 +119,7 @@ private: bool _disable_audio; - boost::function<AVPixelFormat (AVPixelFormat)> _pixel_format; + std::function<AVPixelFormat (AVPixelFormat)> _pixel_format; VideoRange _video_range; bool _aligned; bool _fast; |
