From: Carl Hetherington Date: Mon, 6 May 2019 22:26:00 +0000 (+0100) Subject: Remove 1024x1024 hack. X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=26e41e2e21b1f9f8741ebf058090dd5c156f1c31 Remove 1024x1024 hack. --- diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 4fbfa0e78..1a311349a 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -471,9 +471,6 @@ FilmViewer::calculate_sizes () _out_size.width &= ~3; _out_size.height &= ~3; - _out_size.width = 1024; - _out_size.height = 1024; - _player->set_video_container_size (_out_size); }