]> git.sesse.net Git - ffmpeg/commitdiff
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)
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

index 0b6d40479213fcf73b4dacd9744fd2734bf4be52..218853d25ecc514df4eda73aec715ba2de3fd703 100644 (file)
@@ -24,7 +24,6 @@
 #include "bsf.h"
 
 #include "libavutil/log.h"
-#include "libavutil/mem.h"
 #include "libavutil/opt.h"
 
 enum DumpFreq {