diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-04 22:56:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-04 22:56:46 +0100 |
| commit | 276a8f49c94cc80a7b29d5ecd8c7584e7ddcd87c (patch) | |
| tree | ebc33b78c70b83d8ae51082b1e2d7aefa57e8cde /cscript | |
| parent | 29c0f7573ddab036f6219c88333a3404db736fd3 (diff) | |
Fix subtitle timing under trim.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -252,8 +252,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', 'de32e99'), - ('libsub', '2d6d0e0')) + ('libdcp', '3c7d752'), + ('libsub', '3ed0ae0')) def configure_options(target): opt = '' |
