Accept any case for subtitle alignment specifiers (#2602). v1.8.78
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 21:45:13 +0000 (23:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 21:45:14 +0000 (23:45 +0200)
commit5980cee25f537c54fc1155de5492bddd92bfa338
tree4f9e87de2571fc6fdfdfe7ca8c1a5dd2102ce7a1
parentac449700a47c164bf09ee2b0c18486ed255ca20f
Accept any case for subtitle alignment specifiers (#2602).

SMPTE seems pretty clear to me that these should be lower case, but
counterexamples have been seen in the wild and it seems to make
sense to allow them.

Perhaps the verifier should raise an error with non-lower-case
examples.
src/h_align.cc
src/v_align.cc
test/h_align_test.cc
test/v_align_test.cc