diff options
author | gxw <guxiwei-hf@loongson.cn> | 2018-12-24 14:07:44 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-21 07:53:26 +0100 |
commit | 929b5519d8e9fb0bada84a708c7b43bdb447574d (patch) | |
tree | 0024015b8d16404264a28a87a0ee3e175d394ceb /libavformat | |
parent | 5ed024e40bdbc0047d7cad38f6b7d52903dbc108 (diff) | |
download | ffmpeg-929b5519d8e9fb0bada84a708c7b43bdb447574d.tar.gz |
avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa
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.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f652c7a45c60427db0a89fae665e63b546af6ebb)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions