diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-01 13:29:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-03 09:57:25 +0100 |
| commit | 79ee0e5e79d8fb4a405d8b29827347d0243a17fe (patch) | |
| tree | db63ac4498164af59823a6070e96b2640ea4f502 /run | |
| parent | 092c23dde5ad89e8dc8d31b83154b5ac58f5a7f2 (diff) | |
Don't emit subtitle images that have a zero dimension (#2743).
They cause problems later when trying to blend them into the image.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # e.g. --run_tests=foo set -e -PRIVATE_GIT="59b62615a48a1f3a70e9c028b92dfba75c1719ba" +PRIVATE_GIT="f4b0c41b263a17cf33edae7565f16bd21eb80b65" if [ "$1" == "--check" ]; then shift 1 |
