Message ID | 20200421023153.25008-5-andreas.rheinhardt@gmail.com |
---|---|
State | Accepted |
Commit | 6063b39e4d662b46b80a1e879040c3c33d4a3dc0 |
Headers | show |
Series | [FFmpeg-devel,1/8] avformat/utils: Remove superfluous headers | expand |
Context | Check | Description |
---|---|---|
andriy/default | pending | |
andriy/make | success | Make finished |
andriy/make_fate | success | Make fate finished |
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) {
This bsf never needed libavutil/mem.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> --- libavcodec/dca_core_bsf.c | 1 - 1 file changed, 1 deletion(-)