Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-02 08:56:30 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-02 08:56:30 +0400
commitef034cbf185e1938000a117bd16aa6b33046f479 (patch)
tree6a40a46cdae3965003ca5575cdc6aa7649f88da4 /tests/fate
parentd9bb7fc3cb18fbce3a0ddc18541d5537b2e8d9a4 (diff)
fate/xvid: fix idct & bitexact flag
should fix test to match on all platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/xvid.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/xvid.mak b/tests/fate/xvid.mak
index 50ab231ae9..2b593b59fb 100644
--- a/tests/fate/xvid.mak
+++ b/tests/fate/xvid.mak
@@ -1,4 +1,4 @@
-fate-xvid-custom-matrix: CMD = framemd5 -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
+fate-xvid-custom-matrix: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/xvid_vlc_trac7411.h263
FATE_XVID-$(call DEMDEC, M4V, MPEG4) += fate-xvid-custom-matrix
FATE_SAMPLES_AVCONV += $(FATE_XVID-yes)