diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-11 23:16:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-15 04:16:44 +0200 |
commit | d0ba0be35530bebe6cd83e470302ec6d38705453 (patch) | |
tree | f6338ba86d2aeefb71b99cfed74500ba9fbfa0c4 /tests/fate | |
parent | e10c31f3316ab08c0720a1e24506f7ba6a444d36 (diff) | |
download | ffmpeg-d0ba0be35530bebe6cd83e470302ec6d38705453.tar.gz |
fate: add sub-srt-badsyntax test
Based-on: srt sample by ubitux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/subtitles.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak index 11cbb82b24..8c310adeff 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -55,6 +55,9 @@ fate-sub-sami2: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SAMI_multilang_twea FATE_SUBTITLES_ASS-$(call DEMDEC, SRT, SUBRIP) += fate-sub-srt fate-sub-srt: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt +FATE_SUBTITLES_ASS-$(call DEMDEC, SRT, SUBRIP) += fate-sub-srt-badsyntax +fate-sub-srt-badsyntax: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/badsyntax.srt + FATE_SUBTITLES-$(call ALLYES, SRT_DEMUXER SUBRIP_DECODER SRT_MUXER) += fate-sub-srt-rrn-remux fate-sub-srt-rrn-remux: CMD = fmtstdout srt -i $(TARGET_SAMPLES)/sub/ticket5032-rrn.srt -c:s copy |