]> git.sesse.net Git - ffmpeg/commit
avcodec/dump_extradata_bsf: Remove unnecessary header
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 21 Apr 2020 01:51:57 +0000 (03:51 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 24 Apr 2020 03:00:15 +0000 (05:00 +0200)
commit60f9ecdccd2fe30c063610fab9eb077786edf0fa
tree58b0cc38a6d3c2d4f4039f7b4c67af53a51bfbfd
parent6063b39e4d662b46b80a1e879040c3c33d4a3dc0
avcodec/dump_extradata_bsf: Remove unnecessary header

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.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/dump_extradata_bsf.c