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:
parent
9f8dc586a0
commit
6063b39e4d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user