Commit 6063b39e authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/dca_core_bsf: Remove unnecessary header

This bsf never needed libavutil/mem.h.
Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 9f8dc586
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment