1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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>
This commit is contained in:
Andreas Rheinhardt 2020-04-21 03:49:42 +02:00
parent 9f8dc586a0
commit 6063b39e4d

View File

@ -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)
{