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 21:55:16 +0000 (23:55 +0200)
commite2d4793bfd92b4f210147889b8a69fbda7e3ed7f
tree724370a5223767ea833db49e7949b9fdedc1cc95
parenta0a6f0dc8107f78b8efba6b1c76aaa8ac8f05ed2
Handle multiple bitmap subtitles at the same time correctly (#2239).

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.
src/lib/content_text.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h