wip: got stuck... because PlayerVideo is related to the render size
[dcpomatic.git] / src / lib / player.cc
index de9be2b71b43686e8eb0fd261a3eac181b44e329..23a56ddfecef134d183700c314c212db1b80f84e 100644 (file)
@@ -302,10 +302,9 @@ Player::playlist_content_change (ChangeType type, int property, bool frequent)
 {
        if (property == VideoContentProperty::CROP) {
                if (type == ChangeType::DONE) {
-                       auto const vcs = video_container_size();
                        boost::mutex::scoped_lock lm (_mutex);
                        for (auto const& i: _delay) {
-                               i.first->reset_metadata (_film, vcs);
+                               i.first->reset_metadata(_film);
                        }
                }
        } else {