diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-25 15:41:35 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-25 15:44:12 +0200 |
commit | b4991292aa83f67f7d84c1b165781c01f97e3f2d (patch) | |
tree | b60f6fab52427f8b6a3e84f2f2d38d7db20daa0a /doc/resampler.texi | |
parent | a3505136f966080b31ca6ccfb2480485d4305204 (diff) | |
download | ffmpeg-b4991292aa83f67f7d84c1b165781c01f97e3f2d.tar.gz |
doc: add a few links to the Channel Layout syntax section
Diffstat (limited to 'doc/resampler.texi')
-rw-r--r-- | doc/resampler.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/resampler.texi b/doc/resampler.texi index 6a7e559c95..f9eef03f20 100644 --- a/doc/resampler.texi +++ b/doc/resampler.texi @@ -42,10 +42,11 @@ Set the internal sample format. Default value is @code{none}. This will automatically be chosen when it is not explicitly set. @item icl, in_channel_layout -Set the input channel layout. - @item ocl, out_channel_layout -Set the output channel layout. +Set the input/output channel layout. + +See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the required syntax. @item clev, center_mix_level Set the center mix level. It is a value expressed in deciBel, and must be |