mirror of https://git.ffmpeg.org/ffmpeg.git
fate: add JacoSUB and MicroDVD subtitles tests.
This commit is contained in:
parent
04568f8d1a
commit
e301f2f8c6
|
@ -1,3 +1,9 @@
|
|||
FATE_SUBTITLES += fate-sub-jacosub
|
||||
fate-sub-jacosub: CMD = md5 -i $(SAMPLES)/sub/JACOsub_capability_tester.jss -f ass
|
||||
|
||||
FATE_SUBTITLES += fate-sub-microdvd
|
||||
fate-sub-microdvd: CMD = md5 -i $(SAMPLES)/sub/MicroDVD_capability_tester.sub -f ass
|
||||
|
||||
FATE_SUBTITLES += fate-sub-srt
|
||||
fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
4e8f2d1d4130251163432d2a448680be
|
|
@ -0,0 +1 @@
|
|||
6356b8c53169aae6a20bce34d0f7be87
|
Loading…
Reference in New Issue