summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-11-06 11:46:57 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-06 11:48:09 +0100
commit079700f5825e64dc32f662aa0d23d2fc3bdac53d (patch)
treea43b6cedb5776e0f9546f3c2957fd7b2a9d29e51 /doc
parent54a09f18e3d1d3f049c72878f1c891ab0336408a (diff)
af_aconvert: fix doc reference to unexisting chlayout.h file
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6c98dc0fdc..f8a2d1b285 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -110,7 +110,7 @@ The filter accepts a string of the form:
the corresponding numeric value defined in @file{libavutil/samplefmt.h}.
@var{channel_layout} specifies the channel layout, and can be a string
-or the corresponding number value defined in @file{libavutil/chlayout.h}.
+or the corresponding number value defined in @file{libavutil/audioconvert.h}.
@var{packing_format} specifies the type of packing in output, can be one
of "planar" or "packed", or the corresponding numeric values "0" or "1".