summaryrefslogtreecommitdiff
path: root/libavfilter/video.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
commit2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch)
tree2c9eaeef2b78febca43b01944b7e8382a1639c0c /libavfilter/video.c
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
downloadffmpeg-2934a4b9a5ee4825480180421e4679c02e6cbbe5.tar.gz
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/video.c')
-rw-r--r--libavfilter/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/video.c b/libavfilter/video.c
index ee1d440bb2..0771268c40 100644
--- a/libavfilter/video.c
+++ b/libavfilter/video.c
@@ -23,7 +23,6 @@
#include <string.h>
#include <stdio.h>
-#include "libavutil/avassert.h"
#include "libavutil/buffer.h"
#include "libavutil/hwcontext.h"
#include "libavutil/imgutils.h"