Switch some list -> vector for consistency.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.cc
index d5cbabf1b51d5e65f652638a8518adbd3d2859de..940c8c75a3c6c2513dbe2b98fddb5f29f5fc54b1 100644 (file)
@@ -118,8 +118,8 @@ DCPSubtitleDecoder::pass ()
           time of emitting the first.
        */
 
-       list<dcp::SubtitleString> s;
-       list<dcp::SubtitleImage> i;
+       vector<dcp::SubtitleString> s;
+       vector<dcp::SubtitleImage> i;
        auto const p = content_time_period (*_next);
 
        while (_next != _subtitles.end () && content_time_period (*_next) == p) {