Remove 1024x1024 hack.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 22:26:00 +0000 (23:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2019 22:26:00 +0000 (23:26 +0100)
src/wx/film_viewer.cc

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