diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-06-09 21:47:43 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-11 19:05:54 +0200 |
commit | 881ee369e637787f17410aeaf936f1a814fdef66 (patch) | |
tree | bebc5012f1e235071991e4cdddae0b7c6279752f /tests/fate | |
parent | 27b8ef5bb7095e67d2888e0391b88dcffd04036a (diff) | |
download | ffmpeg-881ee369e637787f17410aeaf936f1a814fdef66.tar.gz |
tests: Add aic decoder test
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 44c7c72260..5c128272fc 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -10,6 +10,9 @@ fate-4xm: $(FATE_4XM) FATE_VIDEO-$(call DEMDEC, AVI, AASC) += fate-aasc fate-aasc: CMD = framecrc -i $(TARGET_SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24 +FATE_VIDEO-$(call DEMDEC, MOV, AIC) += fate-aic +fate-aic: CMD = framecrc -i $(TARGET_SAMPLES)/aic/small_apple_intermediate_codec.mov -an -vframes 15 + FATE_VIDEO-$(call DEMDEC, MM, MMVIDEO) += fate-alg-mm fate-alg-mm: CMD = framecrc -i $(TARGET_SAMPLES)/alg-mm/ibmlogo.mm -an -pix_fmt rgb24 |