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 | |
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>
-rw-r--r-- | tests/fate/hevc.mak | 2 | ||||
-rw-r--r-- | tests/ref/fate/hevc-extradata-reload | 4 |
2 files changed, 3 insertions, 3 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) diff --git a/tests/ref/fate/hevc-extradata-reload b/tests/ref/fate/hevc-extradata-reload index e04d6dcb04..b08754ed2b 100644 --- a/tests/ref/fate/hevc-extradata-reload +++ b/tests/ref/fate/hevc-extradata-reload @@ -9,5 +9,5 @@ #stream#, dts, pts, duration, size, hash 0, 0, 0, 1, 24576, 0d01217c5d1ec6799643fc7d75ba2337 0, 1, 1, 1, 24576, f73d9cca9b4c1765d0ead242c3f0c339 -0, 2, 2, 1, 24576, aea8b931d694e38ffa54ea4c88e04491 -0, 3, 3, 1, 24576, 9d8f6a78c1bae37eabcab29295fd02a8 +0, 2, 2, 1, 24576, 39a8714d763c623ae7f6faae34e107d1 +0, 3, 3, 1, 24576, 5db2600aa268b4fd28b64ab28a096f32 |