[FFmpeg-devel] [PATCH] tests/fate/hevc: use bitexact scaling flags for fate-hevc-mv-switch
Martin Storsjö
martin at martin.st
Tue Sep 24 19:33:51 EEST 2024
On Tue, 24 Sep 2024, Anton Khirnov wrote:
> Makes the results consistent across platforms.
> ---
> tests/fate/hevc.mak | 2 +-
> tests/ref/fate/hevc-mv-switch | 296 +++++++++++++++++-----------------
> 2 files changed, 149 insertions(+), 149 deletions(-)
>
> diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> index 6d8865ea66..7f7ec43902 100644
> --- a/tests/fate/hevc.mak
> +++ b/tests/fate/hevc.mak
> @@ -283,7 +283,7 @@ $(TARGET_SAMPLES)/hevc-conformance/LS_A_Orange_2.bit|$\
> $(TARGET_SAMPLES)/hevc/mv_nuh_layer_id.bit|$\
> $(TARGET_SAMPLES)/hevc-conformance/NoOutPrior_B_Qualcomm_1.bit|$\
> $(TARGET_SAMPLES)/hevc-conformance/MVHEVCS_A.bit
> -fate-hevc-mv-switch: CMD = framecrc -i "concat:$(INPUT)" -fps_mode passthrough -map 0:vidx:0 -map 0:vidx:1
> +fate-hevc-mv-switch: CMD = framecrc -i "concat:$(INPUT)" -fps_mode passthrough -map 0:vidx:0 -map 0:vidx:1 -sws_flags +accurate_rnd+bitexact
> FATE_HEVC-$(call FRAMECRC, HEVC, HEVC, CONCAT_PROTOCOL) += fate-hevc-mv-switch
LGTM, this seems to fix things on aarch64.
// Martin
More information about the ffmpeg-devel
mailing list