[FFmpeg-devel] [PATCH v3] avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Dec 24 21:03:45 EET 2018


On 24/12/2018 06:07, gxw wrote:
> The AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64, but the value is still 32
> in function ff_hevc_sao_edge_filter_8_msa. So, use AV_INPUT_BUFFER_PADDING_SIZE directly.
> Also, use MAX_PB_SIZE directly instead of 64. Fate tests passed.
> ---
>   libavcodec/mips/hevc_lpf_sao_msa.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Probably OK.

- Derek


More information about the ffmpeg-devel mailing list