Split ReelSubtitleAsset into Interop and SMPTE classes.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 18:49:44 +0000 (20:49 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 23:22:10 +0000 (01:22 +0200)
commit7d66bda50ade8ea618f331b885f1bfa4fa0a2af9
tree9846716f11327850e9a6bdd2cb00243be828590f
parent3370a67e8a9aeaec45911ba1c714a0d259781fdf
Split ReelSubtitleAsset into Interop and SMPTE classes.
21 files changed:
src/cpl.cc
src/reel.cc
src/reel.h
src/reel_atmos_asset.cc
src/reel_closed_caption_asset.cc
src/reel_encryptable_asset.cc
src/reel_encryptable_asset.h
src/reel_file_asset.h
src/reel_interop_subtitle_asset.cc [new file with mode: 0644]
src/reel_interop_subtitle_asset.h [new file with mode: 0644]
src/reel_picture_asset.cc
src/reel_smpte_subtitle_asset.cc [new file with mode: 0644]
src/reel_smpte_subtitle_asset.h [new file with mode: 0644]
src/reel_sound_asset.cc
src/reel_subtitle_asset.cc
src/reel_subtitle_asset.h
src/verify.cc
src/wscript
test/reel_asset_test.cc
test/verify_test.cc
test/write_subtitle_test.cc