Cleanup: remove unused parameter to PlayerVideo::force.
[dcpomatic.git] / src / lib / player_video.h
index 237d2e3fe2858083d6a6d165dd0ac63999fee693..f2781c1a0c51c3e099dd0009604e04a89ce2c3df 100644 (file)
@@ -79,7 +79,7 @@ public:
        std::shared_ptr<Image> image (std::function<AVPixelFormat (AVPixelFormat)> pixel_format, VideoRange video_range, bool fast) const;
        std::shared_ptr<const Image> 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;