X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbutler.h;h=29966b956b2b491d7c7d82c85f2adc5128842927;hb=8963f0007af1a312017b9627c18b82ec2a577591;hp=ac83cecec7ebedff3afacaee84b9a9834c1e5455;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1;p=dcpomatic.git 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, AudioMapping map, int audio_channels, - boost::function pixel_format, + std::function pixel_format, VideoRange video_range, bool aligned, bool fast @@ -119,7 +119,7 @@ private: bool _disable_audio; - boost::function _pixel_format; + std::function _pixel_format; VideoRange _video_range; bool _aligned; bool _fast;