summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_earwax.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-13 13:16:48 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-13 13:21:21 +0000
commit1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e (patch)
tree6269ef27e201fd8cd8646f565565976e224a6337 /libavfilter/af_earwax.c
parente97a24109c629d8a65bc52b4ec5a6952a7b30284 (diff)
downloadffmpeg-streaming-1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e.zip
ffmpeg-streaming-1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e.tar.gz
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 <onemda@gmail.com>
Diffstat (limited to 'libavfilter/af_earwax.c')
-rw-r--r--libavfilter/af_earwax.c2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud