Switch subtitle string font specs to be the font ID; split SubtitleContent into Inter...
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Dec 2014 22:44:23 +0000 (22:44 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Dec 2014 22:44:23 +0000 (22:44 +0000)
commit861117816d557cd048d56b26f8903ac26a94b395
tree269649a3b7e3ed2f3f6dedd46e167921da388958
parente58cec97a15d1d5dd198dfb145e1d7daf6be9641
Switch subtitle string font specs to be the font ID; split SubtitleContent into Interop and SMPTE.
19 files changed:
src/dcp.cc
src/interop_load_font.cc [new file with mode: 0644]
src/interop_load_font.h [new file with mode: 0644]
src/interop_subtitle_content.cc [new file with mode: 0644]
src/interop_subtitle_content.h [new file with mode: 0644]
src/load_font.cc [deleted file]
src/load_font.h [deleted file]
src/smpte_load_font.cc [new file with mode: 0644]
src/smpte_load_font.h [new file with mode: 0644]
src/smpte_subtitle_content.cc [new file with mode: 0644]
src/smpte_subtitle_content.h [new file with mode: 0644]
src/subtitle_content.cc
src/subtitle_content.h
src/subtitle_string.cc
src/subtitle_string.h
src/wscript
test/subs_in_out.cc
test/subtitle_tests.cc
tools/dcpinfo.cc