summaryrefslogtreecommitdiff
path: root/src/h_align.cc
AgeCommit message (Collapse)Author
2023-08-23Fix Windows build failure.v1.8.79Carl Hetherington
2023-08-22Accept any case for subtitle alignment specifiers (#2602).v1.8.78Carl Hetherington
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.
2023-08-22Cleanup: extract HAlign to its own files.Carl Hetherington