Re: [FFmpeg-devel] [PATCH] mpeg4videoenc: Don't crash with -fsanitize=bounds

2020-04-22 Thread Michael Niedermayer
On Tue, Apr 21, 2020 at 09:34:19PM -0700, Vitaly Buka wrote: > Also the patch makes this code consistent with mpeg4videodec.c > --- > libavcodec/mpeg4videoenc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] mpeg4videoenc: Don't crash with -fsanitize=bounds

2020-04-21 Thread Vitaly Buka
Also the patch makes this code consistent with mpeg4videodec.c --- libavcodec/mpeg4videoenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpeg4videoenc.c b/libavcodec/mpeg4videoenc.c index f6a5992df7..2cd5a8c015 100644 --- a/libavcodec/mpeg4videoenc.c +++