1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

af_aconvert: fix doc reference to unexisting chlayout.h file

This commit is contained in:
Stefano Sabatini
2011-11-06 11:46:57 +01:00
parent 54a09f18e3
commit 079700f582

View File

@@ -110,7 +110,7 @@ The filter accepts a string of the form:
the corresponding numeric value defined in @file{libavutil/samplefmt.h}. the corresponding numeric value defined in @file{libavutil/samplefmt.h}.
@var{channel_layout} specifies the channel layout, and can be a string @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 @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". of "planar" or "packed", or the corresponding numeric values "0" or "1".