diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-28 05:15:00 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 23:55:28 +0100 |
commit | 7b43402724b21cca805c8afac6ec33a211d52b85 (patch) | |
tree | ab285806766de979f79df1f47bc716cd4cc98d94 /tests/fate | |
parent | 580ee973d16cb5afb3d5974133576d6c570d2dda (diff) | |
download | ffmpeg-7b43402724b21cca805c8afac6ec33a211d52b85.tar.gz |
Add PJS subtitles demuxer and decoder.
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 78ace8532a..3562dffb11 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -22,6 +22,9 @@ fate-sub-mpl2: CMD = md5 -i $(SAMPLES)/sub/MPL2_capability_tester.txt -f ass FATE_SUBTITLES_ASS-$(call DEMDEC, MPSUB, TEXT) += fate-sub-mpsub-frames fate-sub-mpsub-frames: CMD = md5 -i $(SAMPLES)/sub/MPSub_capability_tester_frames.sub -f ass +FATE_SUBTITLES_ASS-$(call DEMDEC, PJS, PJS) += fate-sub-pjs +fate-sub-pjs: CMD = md5 -i $(SAMPLES)/sub/PJS_capability_tester.pjs -f ass + FATE_SUBTITLES_ASS-$(call DEMDEC, REALTEXT, REALTEXT) += fate-sub-realtext fate-sub-realtext: CMD = md5 -i $(SAMPLES)/sub/RealText_capability_tester.rt -f ass |