summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-01 13:38:50 -0300
committerJames Almer <jamrial@gmail.com>2017-04-01 13:39:49 -0300
commit5f23d8b405fa24496c909f373a1b28454740ef16 (patch)
treed9c64208866cae50a570dc208fc2d91c36b13550 /tests/fate
parent5c612c5ff8c4adf33ede42ad63183c41334ea2d2 (diff)
fate: add bitexact sws_flags to hevc-extradata-reload
Makes the test output consistent across all targets. Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/hevc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index d1611c1dbd..d23d1ba9fe 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -241,7 +241,7 @@ FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += $(FATE_HEVC)
# this sample has two stsd entries and needs to reload extradata
FATE_HEVC-$(call DEMDEC, MOV, HEVC) += fate-hevc-extradata-reload
-fate-hevc-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/hevc/extradata-reload-multi-stsd.mov
+fate-hevc-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/hevc/extradata-reload-multi-stsd.mov -sws_flags bitexact
FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)