aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showwaves.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-08-16 22:25:47 +0200
committerAnton Khirnov <anton@khirnov.net>2024-08-19 21:48:04 +0200
commit6d75d44d905ec8047346c6f74c48d81549f31891 (patch)
tree7056562ffb08fab8f36be993b7a45e616e3329dd /libavfilter/avf_showwaves.c
parent90e4af65e155d3e7925c15b6d9c478fb6ae1f6f1 (diff)
downloadffmpeg-6d75d44d905ec8047346c6f74c48d81549f31891.tar.gz
lavfi: drop internal.h
All that remains in it are things that belong in avfilter_internal.h. Move them there and remove internal.h
Diffstat (limited to 'libavfilter/avf_showwaves.c')
-rw-r--r--libavfilter/avf_showwaves.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c
index 823f1c6fd3..868e6a22d9 100644
--- a/libavfilter/avf_showwaves.c
+++ b/libavfilter/avf_showwaves.c
@@ -37,7 +37,6 @@
#include "formats.h"
#include "audio.h"
#include "video.h"
-#include "internal.h"
enum ShowWavesMode {
MODE_POINT,