aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_lv2.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/af_lv2.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/af_lv2.c')
-rw-r--r--libavfilter/af_lv2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_lv2.c b/libavfilter/af_lv2.c
index 53a58a46ea..cc5d702e27 100644
--- a/libavfilter/af_lv2.c
+++ b/libavfilter/af_lv2.c
@@ -28,7 +28,6 @@
#include <lv2/lv2plug.in/ns/ext/atom/atom.h>
#include <lv2/lv2plug.in/ns/ext/buf-size/buf-size.h>
-#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"