diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-21 03:49:42 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-24 05:00:15 +0200 |
commit | 6063b39e4d662b46b80a1e879040c3c33d4a3dc0 (patch) | |
tree | d91a404b081a7f12ed28b19e54d425458169bd00 /libavcodec/dca_core_bsf.c | |
parent | 9f8dc586a059b3a46136b74ff68ac03feb63b689 (diff) | |
download | ffmpeg-6063b39e4d662b46b80a1e879040c3c33d4a3dc0.tar.gz |
avcodec/dca_core_bsf: Remove unnecessary header
This bsf never needed libavutil/mem.h.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/dca_core_bsf.c')
-rw-r--r-- | libavcodec/dca_core_bsf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dca_core_bsf.c b/libavcodec/dca_core_bsf.c index 8565796951..f0c5039e30 100644 --- a/libavcodec/dca_core_bsf.c +++ b/libavcodec/dca_core_bsf.c @@ -22,7 +22,6 @@ #include "bsf.h" #include "bytestream.h" #include "dca_syncwords.h" -#include "libavutil/mem.h" static int dca_core_filter(AVBSFContext *ctx, AVPacket *pkt) { |