diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-04 00:42:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-07 22:13:11 +0200 |
| commit | 4f9314a311de379b105741273a15821da62a75cc (patch) | |
| tree | 2b1729af02ff971ac2fbe2ab40cdf8ff0c35d00f /src/lib/player_video.h | |
| parent | 547ee025d195f5881c7807f5373f3a52c490ada9 (diff) | |
Cleanup: remove unused parameter to PlayerVideo::force.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> 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; |
