]> git.sesse.net Git - ffmpeg/commit
avformat/mpeg: Add padding to extradata
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 22 Oct 2019 13:16:42 +0000 (15:16 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 24 Oct 2019 17:45:17 +0000 (19:45 +0200)
commitc36eae65e488d8b047d37aa157c3c3c033f6489d
treefffe5dedfac7a2ca407cd2002a4bf9f9327853ba
parentac0f5f4c1717470c0254879cb3ac164af0d47727
avformat/mpeg: Add padding to extradata

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.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mpeg.c