Re: [FFmpeg-devel] [PATCH 6/8] avcodec/dump_extradata_bsf: Remove unnecessary header

2020-04-23 Thread Andreas Rheinhardt
Anton Khirnov: > > As far as I'm concerned, feel free to push the whole set as is. > I pushed the set without removing the log.h headers. - Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/dump_extradata_bsf: Remove unnecessary header

2020-04-22 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-04-21 17:28:08) > Anton Khirnov: > > Quoting Andreas Rheinhardt (2020-04-21 04:31:51) > >> Since 33d18982fa03feb061c8f744a4f0a9175c1f63ab (the commit that > >> introduced the new bsf API) allocating an enlarged buffer in case > >> extradata needs to be added to a

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/dump_extradata_bsf: Remove unnecessary header

2020-04-21 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2020-04-21 04:31:51) >> Since 33d18982fa03feb061c8f744a4f0a9175c1f63ab (the commit that >> introduced the new bsf API) allocating an enlarged buffer in case >> extradata needs to be added to a packet is done via av_new_packet(), >> so that

Re: [FFmpeg-devel] [PATCH 6/8] avcodec/dump_extradata_bsf: Remove unnecessary header

2020-04-21 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-04-21 04:31:51) > Since 33d18982fa03feb061c8f744a4f0a9175c1f63ab (the commit that > introduced the new bsf API) allocating an enlarged buffer in case > extradata needs to be added to a packet is done via av_new_packet(), > so that libavutil/mem.h is no longer

[FFmpeg-devel] [PATCH 6/8] avcodec/dump_extradata_bsf: Remove unnecessary header

2020-04-20 Thread Andreas Rheinhardt
Since 33d18982fa03feb061c8f744a4f0a9175c1f63ab (the commit that introduced the new bsf API) allocating an enlarged buffer in case extradata needs to be added to a packet is done via av_new_packet(), so that libavutil/mem.h is no longer needed. Furthermore, remove libavutil/log.h. This function