Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 16:02:30 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 16:02:30 +0300
commit2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch)
tree2c9eaeef2b78febca43b01944b7e8382a1639c0c /libavfilter/f_loop.c
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/f_loop.c')
-rw-r--r--libavfilter/f_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/f_loop.c b/libavfilter/f_loop.c
index 15f6076a67..a06e8172d3 100644
--- a/libavfilter/f_loop.c
+++ b/libavfilter/f_loop.c
@@ -19,7 +19,6 @@
*/
#include "libavutil/audio_fifo.h"
-#include "libavutil/avassert.h"
#include "libavutil/fifo.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"