diff --git a/doc/filters.texi b/doc/filters.texi
index 6c98dc0fdcc78fd42884c79deb9d4443398a9930..f8a2d1b2850e4bc6f5c23cfcc7157aad73eb7b37 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".