[FFmpeg-cvslog] avcodec/dca_core_bsf: Remove unnecessary header
Andreas Rheinhardt
git at videolan.org
Fri Apr 24 06:23:15 EEST 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr 21 03:49:42 2020 +0200| [6063b39e4d662b46b80a1e879040c3c33d4a3dc0] | committer: Andreas Rheinhardt
avcodec/dca_core_bsf: Remove unnecessary header
This bsf never needed libavutil/mem.h.
Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6063b39e4d662b46b80a1e879040c3c33d4a3dc0
---
libavcodec/dca_core_bsf.c | 1 -
1 file changed, 1 deletion(-)
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)
{
More information about the ffmpeg-cvslog
mailing list