diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-15 09:56:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-11-17 08:45:47 +0100 |
commit | da5408ede972ab474f7df9023471a7bcd7092abb (patch) | |
tree | e8edfd1a7cea91eca9ae25eec7e8ab6f34e9f84e /tests/fate | |
parent | 108bfe4e43c74624e356c5f4f1f5b38b1bddae14 (diff) | |
download | ffmpeg-da5408ede972ab474f7df9023471a7bcd7092abb.tar.gz |
FATE: add a bink version 'b' test
Diffstat (limited to 'tests/fate')
-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 afc5f601e3..56060eca5b 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -34,6 +34,9 @@ fate-bethsoft-vid: CMD = framecrc -i $(SAMPLES)/bethsoft-vid/ANIM0001.VID -t 5 - FATE_SAMPLES_AVCONV-$(call DEMDEC, BFI, BFI) += fate-bfi fate-bfi: CMD = framecrc -i $(SAMPLES)/bfi/2287.bfi -pix_fmt rgb24 +FATE_BINK_VIDEO += fate-bink-video-b +fate-bink-video-b: CMD = framecrc -i $(SAMPLES)/bink/RISE.BIK -frames 30 + FATE_BINK_VIDEO += fate-bink-video-f fate-bink-video-f: CMD = framecrc -i $(SAMPLES)/bink/hol2br.bik |