Fix missing subtitle when a frame is re-fetched.
authorCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 10:54:51 +0000 (10:54 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 10:54:51 +0000 (10:54 +0000)
commitf66e31b0cb9eff372ae943864d41e0ad0ee88daf
tree2619ef01d4f5cae4a78ddb1e2e75881366029d48
parent564780ded57e506f82971e71679a5645223bcff2
Fix missing subtitle when a frame is re-fetched.

Before this we would get a subtitle at t, which would set the subtitle
decoder position to t.  Then a second request for this sub would result
in no seek but the decoder would not re-produce the sub.
src/lib/subtitle_decoder.cc