summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
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 ba0651b14..b97ef7bfb 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -247,7 +247,7 @@ FilmViewer::create_butler()
*_player,
Config::instance()->audio_mapping(_audio_channels),
_audio_channels,
- boost::bind(&PlayerVideo::force, AV_PIX_FMT_RGB24),
+ AV_PIX_FMT_RGB24,
VideoRange::FULL,
(opengl && _optimisation != Optimisation::NONE) ? Image::Alignment::COMPACT : Image::Alignment::PADDED,
true,