Make player decide whether subtitles should be burnt based on
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jun 2015 10:58:12 +0000 (11:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jun 2015 12:36:17 +0000 (13:36 +0100)
commit89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac
tree5a1d1b3e1e6fc4d280f1ff0f1598a37e0fea3257
parente08c1d30bb5e2d77339541eb7dbe7d1ca95485ab
Make player decide whether subtitles should be burnt based on
content settings rather than using the film's settings.  Remove
film property of burn-subtitles.
21 files changed:
src/lib/dcp_video.cc
src/lib/dcp_video.h
src/lib/encoder.cc
src/lib/film.cc
src/lib/film.h
src/lib/player.cc
src/lib/player.h
src/lib/player_video.cc
src/lib/player_video.h
src/lib/transcoder.cc
src/tools/server_test.cc
src/wx/dcp_panel.cc
src/wx/dcp_panel.h
src/wx/film_viewer.cc
test/burnt_subtitle_test.cc
test/client_server_test.cc
test/data
test/dcp_subtitle_test.cc
test/srt_subtitle_test.cc
test/time_calculation_test.cc
test/xml_subtitle_test.cc