X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=f2781c1a0c51c3e099dd0009604e04a89ce2c3df;hp=237d2e3fe2858083d6a6d165dd0ac63999fee693;hb=4f9314a311de379b105741273a15821da62a75cc;hpb=547ee025d195f5881c7807f5373f3a52c490ada9 diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 237d2e3fe..f2781c1a0 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -79,7 +79,7 @@ public: 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;