Handle multiple bitmap subtitles at the same time correctly (#2239).
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2022 12:00:07 +0000 (14:00 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2022 12:00:07 +0000 (14:00 +0200)
Previously if there were two images at the same time we would start
them both, then the stop time would be set in the second one but
not the first.  This meant that the first one would hang around
forever.


No differences found