summaryrefslogtreecommitdiff
path: root/fftools
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
commit4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (patch)
tree6839dd6cc51b51c9427d6cf9a057962405223b57 /fftools
parente7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff)
downloadffmpeg-4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9.tar.gz
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools')
-rw-r--r--fftools/ffmpeg_qsv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg_qsv.c b/fftools/ffmpeg_qsv.c
index 960c88b69d..7bd999d310 100644
--- a/fftools/ffmpeg_qsv.c
+++ b/fftools/ffmpeg_qsv.c
@@ -22,7 +22,6 @@
#include "libavutil/dict.h"
#include "libavutil/hwcontext.h"
#include "libavutil/hwcontext_qsv.h"
-#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavcodec/qsv.h"