diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-08-16 22:25:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-08-19 21:48:04 +0200 |
commit | 6d75d44d905ec8047346c6f74c48d81549f31891 (patch) | |
tree | 7056562ffb08fab8f36be993b7a45e616e3329dd /libavfilter/af_dynaudnorm.c | |
parent | 90e4af65e155d3e7925c15b6d9c478fb6ae1f6f1 (diff) | |
download | ffmpeg-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/af_dynaudnorm.c')
-rw-r--r-- | libavfilter/af_dynaudnorm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_dynaudnorm.c b/libavfilter/af_dynaudnorm.c index a3d3c47d17..90b3f8bbee 100644 --- a/libavfilter/af_dynaudnorm.c +++ b/libavfilter/af_dynaudnorm.c @@ -41,7 +41,6 @@ #include "audio.h" #include "avfilter.h" #include "filters.h" -#include "internal.h" static const char * const var_names[] = { "ch", ///< the value of the current channel |