From 1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 13 Nov 2012 13:16:48 +0000 Subject: Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol --- libavfilter/af_earwax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/af_earwax.c') diff --git a/libavfilter/af_earwax.c b/libavfilter/af_earwax.c index 2e2cac3..6ce4a78 100644 --- a/libavfilter/af_earwax.c +++ b/libavfilter/af_earwax.c @@ -29,7 +29,7 @@ * front of the listener. Adapted from the libsox earwax effect. */ -#include "libavutil/audioconvert.h" +#include "libavutil/channel_layout.h" #include "avfilter.h" #include "audio.h" #include "formats.h" -- cgit v1.1