Be explicit about the version of SMPTE 428-7 that is used for subtitles, 2389-vpos v1.8.60
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Dec 2022 21:27:34 +0000 (22:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Feb 2023 23:35:01 +0000 (00:35 +0100)
commit214c3093f7e985cde610457fae9e1f97068efde5
tree7f8d919ec8e6b6bf6dafdbe141e1c34e65914d16
parentb94821d7953dae7d9e58f703e66dca59e9086216
Be explicit about the version of SMPTE 428-7 that is used for subtitles,
and default to writing the 2014 namespace.
src/interop_subtitle_asset.h
src/smpte_subtitle_asset.cc
src/smpte_subtitle_asset.h
src/subtitle_asset.h
src/subtitle_standard.cc [new file with mode: 0644]
src/subtitle_standard.h [new file with mode: 0644]
src/wscript
test/data/2007.mxf [new file with mode: 0644]
test/data/2010.mxf [new file with mode: 0644]
test/data/2014.mxf [new file with mode: 0644]
test/smpte_subtitle_test.cc