diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-27 20:54:55 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 11:06:03 +0200 |
commit | 3d10614529b0be529e73618e4f453f74f66c791b (patch) | |
tree | c134d08590ba39a88358e7495a036c4b2a553138 /tests/fate | |
parent | bda9e6d923df6d46cc5cafb30a59a01d2514fa61 (diff) | |
download | ffmpeg-3d10614529b0be529e73618e4f453f74f66c791b.tar.gz |
FATE: add an additional indeo3 test
It is a part of the sample that got broken by recent indeo3 changes.
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/indeo.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/indeo.mak b/tests/fate/indeo.mak index 5a99b46c7f..c19d282efd 100644 --- a/tests/fate/indeo.mak +++ b/tests/fate/indeo.mak @@ -4,6 +4,9 @@ fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI FATE_INDEO-$(call DEMDEC, MOV, INDEO3) += fate-indeo3 fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov +FATE_INDEO-$(call DEMDEC, AVI, INDEO3) += fate-indeo3-2 +fate-indeo3-2: CMD = framecrc -i $(SAMPLES)/iv32/OPENINGH.avi + FATE_INDEO-$(call DEMDEC, AVI, INDEO4) += fate-indeo4 fate-indeo4: CMD = framecrc -i $(SAMPLES)/iv41/indeo41-partial.avi -an |