diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-31 01:36:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-02 21:06:56 +0200 |
| commit | d4d74faf2270f423235a5db47e9b48a17acdf970 (patch) | |
| tree | a87a2af8667ec61f4a7f9d701f23ed2f03019daa /test/data | |
| parent | 056e3a4a7b41d4f78b73d46bba1973c5f1ffa139 (diff) | |
Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/verify_incorrect_closed_caption_ordering3.xml | 1 | ||||
| -rw-r--r-- | test/data/verify_incorrect_closed_caption_ordering4.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/data/verify_incorrect_closed_caption_ordering3.xml b/test/data/verify_incorrect_closed_caption_ordering3.xml index c6dffa29..3895b179 100644 --- a/test/data/verify_incorrect_closed_caption_ordering3.xml +++ b/test/data/verify_incorrect_closed_caption_ordering3.xml @@ -7,6 +7,7 @@ <EditRate>24 1</EditRate> <TimeCodeRate>24</TimeCodeRate> <StartTime>00:00:00:00</StartTime> + <LoadFont ID="font">urn:uuid:e4f0ff0a-9eba-49e0-92ee-d89a88a575f6</LoadFont> <SubtitleList> <Font AspectAdjust="1.0" Color="FF000000" Effect="none" EffectColor="FF000000" Italic="no" Script="normal" Size="42" Underline="no" Weight="normal"> <Subtitle FadeDownTime="00:00:00:00" FadeUpTime="00:00:00:00" SpotNumber="1" TimeIn="00:00:04:00" TimeOut="00:00:12:12"> diff --git a/test/data/verify_incorrect_closed_caption_ordering4.xml b/test/data/verify_incorrect_closed_caption_ordering4.xml index 5fc2b49b..38d68eaf 100644 --- a/test/data/verify_incorrect_closed_caption_ordering4.xml +++ b/test/data/verify_incorrect_closed_caption_ordering4.xml @@ -7,6 +7,7 @@ <EditRate>24 1</EditRate> <TimeCodeRate>24</TimeCodeRate> <StartTime>00:00:00:00</StartTime> + <LoadFont ID="font">urn:uuid:e4f0ff0a-9eba-49e0-92ee-d89a88a575f6</LoadFont> <SubtitleList> <Font AspectAdjust="1.0" Color="FF000000" Effect="none" EffectColor="FF000000" Italic="no" Script="normal" Size="42" Underline="no" Weight="normal"> <Subtitle FadeDownTime="00:00:00:00" FadeUpTime="00:00:00:00" SpotNumber="1" TimeIn="00:00:04:00" TimeOut="00:00:12:12"> |
