diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-05 00:53:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-09 01:40:48 +0100 |
| commit | 08aa3861e526cbf45ac332294a835358f3903207 (patch) | |
| tree | 8a6948d9c27828ef22b32f192e5d4f12b70a3b0c /test/wscript | |
| parent | 5a980207377e67b6aa3595d0cde441ae7659f5a6 (diff) | |
Fix decoding of SSA subs in files decoded by FFmpeg (#2904).
Suddenly we have 8 commas, not 9, perhaps because of
29412821241050c846dbceaad4b9752857659977
in ffmpeg (although that's strange, because it was a long time ago).
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index e9f24f0fe..e32ec9acb 100644 --- a/test/wscript +++ b/test/wscript @@ -94,6 +94,7 @@ def build(bld): ffmpeg_examiner_test.cc ffmpeg_properties_test.cc ffmpeg_pts_offset_test.cc + ffmpeg_subtitles_test.cc file_group_test.cc file_log_test.cc file_naming_test.cc |
