Re: [FFmpeg-devel] [PATCH v4] avcodec/h264_mb: Fix tmp buffer overlap

2025-01-23 Thread Bin Peng
Hi, Michael, Should I add the attached bitstream to the FATE test? https://trac.ffmpeg.org/attachment/ticket/11357/inter_weighted_bipred2.264 Regards Bin Peng On 2024/12/24 15:49, Bin Peng wrote: > When decoding a bitstream with weighted-bipred enabled, > the results on ARM and x86 platforms m

[FFmpeg-devel] [PATCH v4] avcodec/h264_mb: Fix tmp buffer overlap

2024-12-23 Thread Bin Peng
When decoding a bitstream with weighted-bipred enabled, the results on ARM and x86 platforms may differ. The reason for the inconsistency is that the value of STRIDE_ALIGN differs between platforms. And STRIDE_ALIGN is set to the buffer stride of temporary buffers for U and V components in mc_part