Re: [FFmpeg-devel] [PATCH 1/2] avformat/oggdec: Use av_realloc_array()

2021-08-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > This also removes the last user of av_size_mult from libavformat > (indeed, from anything outside of mem.c), so this removes one entry > from the list of dynamic symbols (if using a shared build). > > libavformat/oggdec.c | 5 ++---

[FFmpeg-devel] [PATCH 1/2] avformat/oggdec: Use av_realloc_array()

2021-08-10 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- This also removes the last user of av_size_mult from libavformat (indeed, from anything outside of mem.c), so this removes one entry from the list of dynamic symbols (if using a shared build). libavformat/oggdec.c | 5 ++--- 1 file changed, 2 insertions(+),