>On Fri, Feb 15, 2019 at 12:13:43AM +0100, Michael Niedermayer wrote:
> > On Wed, Feb 13, 2019 at 05:56:50PM +0800, Shiyou Yin wrote:
> > > >-Original Message-
> > > >From: ffmpeg-devel-boun...@ffmpeg.org
> > > >[mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of gxw
> > > >Sent: Tuesday
>tor 2018-12-20 klockan 10:53 +0800 skrev gxw:
>> 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.
>> Fate tests passed.
>> ---
>> libavcodec/mips/hevc_lpf_sao_m
>>Subject: [FFmpeg-devel] [PATCH] avcodec/mips: [loongson] fix failed case:
>>hevc-conformance-AMP_A_Samsung_* in loongson2k
>>
>>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, Modify the corresponding value