diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-11 20:44:00 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-13 19:48:14 +0000 |
commit | 247e370e2a913db52ca079b347a174c8d393b171 (patch) | |
tree | c3e36af036c6daafa2d85be8f654a65ab97106e1 /tests/fate/video.mak | |
parent | 5a0e953c2465be9d449d5f523c3d3e2b886910b2 (diff) | |
download | ffmpeg-247e370e2a913db52ca079b347a174c8d393b171.tar.gz |
TDSC decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 1080c1ce81..821d5993ff 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -248,6 +248,9 @@ fate-sp5x: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/sp5x/sp5x_problem.av FATE_SAMPLES_AVCONV-$(call DEMDEC, SRT, SRT) += fate-sub-srt fate-sub-srt: CMD = md5 -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt -f ass +FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, TDSC) += fate-tdsc +fate-tdsc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/tdsc/tdsc.asf -an -pix_fmt bgr24 + FATE_SAMPLES_AVCONV-$(call DEMDEC, THP, THP) += fate-thp fate-thp: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -an |