diff options
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index de9be2b71..23a56ddfe 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -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 { |
