On Tue, Oct 22, 2019 at 03:16:42PM +0200, Andreas Rheinhardt wrote: > Extradata is supposed to be padded with AV_INPUT_BUFFER_PADDING_SIZE bytes, > yet the VobSub demuxer used av_strdup for the allocation of extradata. > This has been changed. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > I did not change the extradata_size in order to explicitly include a > zero byte; i.e. the first byte of the padding is the zero byte ending > the string. This is just like now. > > libavformat/mpeg.c | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-)
will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".