Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-21 04:49:42 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-24 06:00:15 +0300
commit6063b39e4d662b46b80a1e879040c3c33d4a3dc0 (patch)
treed91a404b081a7f12ed28b19e54d425458169bd00 /libavcodec/dca_core_bsf.c
parent9f8dc586a059b3a46136b74ff68ac03feb63b689 (diff)
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.c1
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)
{