diff options
author | James Almer <jamrial@gmail.com> | 2017-04-01 13:38:50 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-04-01 13:39:49 -0300 |
commit | 5f23d8b405fa24496c909f373a1b28454740ef16 (patch) | |
tree | d9c64208866cae50a570dc208fc2d91c36b13550 /tests/fate | |
parent | 5c612c5ff8c4adf33ede42ad63183c41334ea2d2 (diff) | |
download | ffmpeg-5f23d8b405fa24496c909f373a1b28454740ef16.tar.gz |
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.mak | 2 |
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) |