Split ReelClosedCaptionAsset into Interop and SMPTE parts.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 22:20:44 +0000 (00:20 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 23:22:10 +0000 (01:22 +0200)
commit2fa5b7bfeb3826c20f2fe80f272b556d61935063
tree20ff8625f91de07ee48411fed91caa941d5dd09e
parent2c5e61891e7975f4c2d33a5f2ed144645e3078f9
Split ReelClosedCaptionAsset into Interop and SMPTE parts.
15 files changed:
src/cpl.cc
src/reel.cc
src/reel_asset.cc
src/reel_asset.h
src/reel_atmos_asset.cc
src/reel_atmos_asset.h
src/reel_closed_caption_asset.cc
src/reel_closed_caption_asset.h
src/reel_interop_closed_caption_asset.cc [new file with mode: 0644]
src/reel_interop_closed_caption_asset.h [new file with mode: 0644]
src/reel_smpte_closed_caption_asset.cc [new file with mode: 0644]
src/reel_smpte_closed_caption_asset.h [new file with mode: 0644]
src/wscript
test/test.cc
test/verify_test.cc