diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:42:47 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:21:28 +0200 |
commit | 53640f42be9f18368a8339116f8abf30616c60b2 (patch) | |
tree | 806c126d4494c863859c003774d48312c37dd8b5 /tests/fate/subtitles.mak | |
parent | d948893dbd963a268e2fc093b3d09b5037560974 (diff) | |
download | ffmpeg-53640f42be9f18368a8339116f8abf30616c60b2.tar.gz |
SAMI demuxer and decoder.
Diffstat (limited to 'tests/fate/subtitles.mak')
-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 4e79abd373..538e35233a 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -4,6 +4,9 @@ fate-sub-jacosub: CMD = md5 -i $(SAMPLES)/sub/JACOsub_capability_tester.jss -f a FATE_SUBTITLES += fate-sub-microdvd fate-sub-microdvd: CMD = md5 -i $(SAMPLES)/sub/MicroDVD_capability_tester.sub -f ass +FATE_SUBTITLES += fate-sub-sami +fate-sub-sami: CMD = md5 -i $(SAMPLES)/sub/SAMI_capability_tester.smi -f ass + FATE_SUBTITLES += fate-sub-srt fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass |