summaryrefslogtreecommitdiffstats
path: root/tests/fate/mov.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-12-06 01:03:28 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-12-06 01:04:35 +0100
commitc8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2 (patch)
treed6dd467e4cb714c1d6be188bdfd54585303e981e /tests/fate/mov.mak
parentd3a2100c67a04bf4dfee558b6326e70715424434 (diff)
downloadffmpeg-streaming-c8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2.zip
ffmpeg-streaming-c8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2.tar.gz
tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARM
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/mov.mak')
-rw-r--r--tests/fate/mov.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 680baea..220f990 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -52,7 +52,7 @@ fate-mov-elst-ends-betn-b-and-i: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/elst_en
fate-mov-440hz-10ms: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/440hz-10ms.m4a
# Makes sure that we handle invalid edit list entry count correctly.
-fate-mov-invalid-elst-entry-count: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov
+fate-mov-invalid-elst-entry-count: CMD = framemd5 -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/mov/invalid_elst_entry_count.mov
# Makes sure that 1st key-frame is picked when,
# i) One B-frame between 2 key-frames
OpenPOWER on IntegriCloud