diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:16:48 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-13 13:21:21 +0000 |
commit | 1acd2f6ba7bc85d4aab6f0ebdc56c8d21785640e (patch) | |
tree | 6269ef27e201fd8cd8646f565565976e224a6337 /doc/filters.texi | |
parent | e97a24109c629d8a65bc52b4ec5a6952a7b30284 (diff) | |
download | ffmpeg-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 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index e50e55b410..b86b1468f7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -268,7 +268,7 @@ corresponding numeric value defined in @file{libavutil/samplefmt.h}. Use 'p' suffix for a planar sample format. @var{channel_layout} specifies the channel layout, and can be a string -or the corresponding number value defined in @file{libavutil/audioconvert.h}. +or the corresponding number value defined in @file{libavutil/channel_layout.h}. The special parameter "auto", signifies that the filter will automatically select the output format depending on the output filter. @@ -949,8 +949,8 @@ the enum AVSampleFormat in @file{libavutil/samplefmt.h} @item channel_layout The channel layout of the incoming audio buffers. Either a channel layout name from channel_layout_map in -@file{libavutil/audioconvert.c} or its corresponding integer representation -from the AV_CH_LAYOUT_* macros in @file{libavutil/audioconvert.h} +@file{libavutil/channel_layout.c} or its corresponding integer representation +from the AV_CH_LAYOUT_* macros in @file{libavutil/channel_layout.h} @end table |