Re: [FFmpeg-devel] [PATCH 2/4] avformat/concatdec: Avoid duplicating buffer when adding side-data

2020-05-26 Thread Andreas Rheinhardt
Nicolas George: > Andreas Rheinhardt (12020-05-24): >> Signed-off-by: Andreas Rheinhardt >> --- >> The resulting side-data in this and the next two patches won't be padded >> anymore. But the documentation doesn't require it and >> av_packet_unpack_dictionary() doesn't rely on this anyway. >> >>

Re: [FFmpeg-devel] [PATCH 2/4] avformat/concatdec: Avoid duplicating buffer when adding side-data

2020-05-26 Thread Nicolas George
Andreas Rheinhardt (12020-05-24): > Signed-off-by: Andreas Rheinhardt > --- > The resulting side-data in this and the next two patches won't be padded > anymore. But the documentation doesn't require it and > av_packet_unpack_dictionary() doesn't rely on this anyway. > > libavformat/concatdec.c

[FFmpeg-devel] [PATCH 2/4] avformat/concatdec: Avoid duplicating buffer when adding side-data

2020-05-23 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- The resulting side-data in this and the next two patches won't be padded anymore. But the documentation doesn't require it and av_packet_unpack_dictionary() doesn't rely on this anyway. libavformat/concatdec.c | 11 +-- 1 file changed, 5 insertions(+