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:
parent
9f8dc586a0
commit
6063b39e4d
@ -22,7 +22,6 @@
|
|||||||
#include "bsf.h"
|
#include "bsf.h"
|
||||||
#include "bytestream.h"
|
#include "bytestream.h"
|
||||||
#include "dca_syncwords.h"
|
#include "dca_syncwords.h"
|
||||||
#include "libavutil/mem.h"
|
|
||||||
|
|
||||||
static int dca_core_filter(AVBSFContext *ctx, AVPacket *pkt)
|
static int dca_core_filter(AVBSFContext *ctx, AVPacket *pkt)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user