Subtitle "to" times used to be stored against their "from" times.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2016 00:26:37 +0000 (00:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2016 00:26:37 +0000 (00:26 +0000)
commit22873931f874a87fcf6a0077eddbec0f97eb3423
treecabf1595fd8814e62730e8d846ca4288682d5cdd
parent030c74f085718ea276c6e55a7a7c7de267a9ebf3
Subtitle "to" times used to be stored against their "from" times.
Sadly an example shows that from times are not unique.  This patch
uses a hash of stuff from the first AVSubtitle as the key.
src/lib/ffmpeg.cc
src/lib/ffmpeg.h
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_examiner.cc
src/lib/ffmpeg_examiner.h
src/lib/ffmpeg_subtitle_stream.cc
src/lib/ffmpeg_subtitle_stream.h
src/lib/film.cc