Commit 60f9ecdc authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/dump_extradata_bsf: Remove unnecessary header

Since 33d18982 (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: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 6063b39e
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include "bsf.h" #include "bsf.h"
#include "libavutil/log.h" #include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
enum DumpFreq { enum DumpFreq {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment