[FFmpeg-devel] [PATCH] avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64

Michael Niedermayer michael at niedermayer.cc
Mon Jan 8 04:06:36 EET 2018


On Sun, Jan 07, 2018 at 01:22:38AM -0300, James Almer wrote:
> AVX-512 support has been introduced, and even if no functions currently
> use zmm registers (able to load as much as 64 bytes of consecutive data
> per instruction), they will be added eventually.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Same rationale as when it was increased to 32 back in commit
> 67d29da4bd23057a1f646568442a77b844cb2d1b.
> 
>  libavcodec/avcodec.h              | 2 +-
>  libavcodec/x86/hevc_sao.asm       | 2 +-
>  libavcodec/x86/hevc_sao_10bit.asm | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

causes assertion failure:
./ffmpeg -i bgc.sub.dub.ogm x.webm

Assertion 64 <= 52 failed at libavformat/oggparseogm.c:109
Aborted (core dumped)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180108/77764271/attachment.sig>


More information about the ffmpeg-devel mailing list