diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 41944677c..831acd9da 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1585,7 +1585,8 @@ Film::maybe_set_container_and_resolution() if (!video) { video = content->video; } else { - video.reset(); + /* This is the second video: stop */ + return; } } } |
