diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:43:34 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:22:04 +0200 |
commit | 439e32f9b86adbefafceec2034cc649c0b329805 (patch) | |
tree | 566045ebaffaa1f13d1e2f9a7aa71d6a3e68b2ed /tests/fate/subtitles.mak | |
parent | 53640f42be9f18368a8339116f8abf30616c60b2 (diff) | |
download | ffmpeg-439e32f9b86adbefafceec2034cc649c0b329805.tar.gz |
RealText 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 538e35233a..f2a68e1107 100644 --- a/tests/fate/subtitles.mak +++ b/tests/fate/subtitles.mak @@ -10,5 +10,8 @@ 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 +FATE_SUBTITLES += fate-sub-realtext +fate-sub-realtext: CMD = md5 -i $(SAMPLES)/sub/RealText_capability_tester.rt -f ass + FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES) fate-subtitles: $(FATE_SUBTITLES) |