Re: [FFmpeg-devel] [PATCH] all: Use av_memdup() where appropriate

2021-12-03 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/decode.c | 4 +--- > libavcodec/dvbsubdec.c | 8 ++-- > libavcodec/g723_1enc.c | 3 +-- > libavformat/hdsenc.c | 6 ++ > libavformat/mpegts.c | 3 +-- > libavformat/oggparsevorb

Re: [FFmpeg-devel] [PATCH] all: Use av_memdup() where appropriate

2021-11-27 Thread Nicolas George
Andreas Rheinhardt (12021-11-27): > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/decode.c | 4 +--- > libavcodec/dvbsubdec.c | 8 ++-- > libavcodec/g723_1enc.c | 3 +-- > libavformat/hdsenc.c | 6 ++ > libavformat/mpegts.c | 3 +-- > libavforma