Make jump-to-content-start on selection in the content list optional.
[dcpomatic.git] / src / lib / subtitle_decoder.cc
index ff6f4b9daeca44555a49e424f9d5ecc1a495d194..3e6ee92f1f0e6b33c89e919db8785dff2d62dc64 100644 (file)
@@ -104,6 +104,7 @@ SubtitleDecoder::get (list<T> const & subs, list<ContentTimePeriod> const & sp,
                }
                if (j == subs.end ()) {
                        missing = i.from;
+                       break;
                }
        }