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_silencedetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/af_silencedetect.c') diff --git a/libavfilter/af_silencedetect.c b/libavfilter/af_silencedetect.c index c456ac4970..97d1ec7b7e 100644 --- a/libavfilter/af_silencedetect.c +++ b/libavfilter/af_silencedetect.c @@ -23,7 +23,7 @@ * Audio silence detector */ -#include "libavutil/audioconvert.h" +#include "libavutil/channel_layout.h" #include "libavutil/opt.h" #include "libavutil/timestamp.h" #include "audio.h" -- cgit v1.2.3