summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-04 00:42:57 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-07 22:13:11 +0200
commit4f9314a311de379b105741273a15821da62a75cc (patch)
tree2b1729af02ff971ac2fbe2ab40cdf8ff0c35d00f /src/wx/film_viewer.cc
parent547ee025d195f5881c7807f5373f3a52c490ada9 (diff)
Cleanup: remove unused parameter to PlayerVideo::force.
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index ac12bea3f..cd5b6e2ea 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -223,7 +223,7 @@ FilmViewer::recreate_butler ()
_player,
Config::instance()->audio_mapping(_audio_channels),
_audio_channels,
- bind(&PlayerVideo::force, _1, AV_PIX_FMT_RGB24),
+ boost::bind(&PlayerVideo::force, AV_PIX_FMT_RGB24),
VideoRange::FULL,
j2k_gl_optimised ? Image::Alignment::COMPACT : Image::Alignment::PADDED,
true,