Try 1024x1024.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 21:38:08 +0000 (22:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 21:38:08 +0000 (22:38 +0100)
src/wx/film_viewer.cc

index 1a311349ae8e044933ba40ad94f6d499a60a28be..4fbfa0e78e96609f52cb91d7f8a3636beb9380dc 100644 (file)
@@ -471,6 +471,9 @@ 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);
 }