X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=f2781c1a0c51c3e099dd0009604e04a89ce2c3df;hb=f706bbb9afd10472e81a051cd5db601d6404377c;hp=d24620c7e793b7ebbc8b345cdcedc34dd66151bb;hpb=3799e91d126d243d41c44dcb0ca1bfa66b53a57e;p=dcpomatic.git diff --git a/src/lib/player_video.h b/src/lib/player_video.h index d24620c7e..f2781c1a0 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -76,10 +76,10 @@ public: } void prepare (std::function pixel_format, VideoRange video_range, Image::Alignment alignment, bool fast, bool proxy_only); - std::shared_ptr image (std::function pixel_format, VideoRange video_range, Image::Alignment alignment, bool fast) const; + std::shared_ptr image (std::function pixel_format, VideoRange video_range, bool fast) const; std::shared_ptr raw_image () const; - static AVPixelFormat force (AVPixelFormat, AVPixelFormat); + static AVPixelFormat force (AVPixelFormat); static AVPixelFormat keep_xyz_or_rgb (AVPixelFormat); void add_metadata (xmlpp::Node* node) const; @@ -127,7 +127,7 @@ public: } private: - void make_image (std::function pixel_format, VideoRange video_range, Image::Alignment alignment, bool fast) const; + void make_image (std::function pixel_format, VideoRange video_range, bool fast) const; std::shared_ptr _in; Crop _crop;