From a903f8f087b0bdcc5643054147f3a5f278e7eb99 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 10 Nov 2012 10:00:00 -0500 Subject: Include libavutil/channel_layout.h instead of libavutil/audioconvert.h Also reorder some other #include when applicable. --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 85c8ae0b9b..e1da2fee72 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -381,7 +381,7 @@ integer or a string representing a channel layout. The default value of @var{channel_layout} is 3, which corresponds to CH_LAYOUT_STEREO. Check the channel_layout_map definition in -@file{libavcodec/audioconvert.c} for the mapping between strings and +@file{libavutil/channel_layout.c} for the mapping between strings and channel layout values. Follow some examples: -- cgit v1.2.3