[FFmpeg-cvslog] doc: add a few links to the Channel Layout syntax section

Stefano Sabatini git at videolan.org
Fri Oct 25 15:45:03 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Oct 25 15:41:35 2013 +0200| [b4991292aa83f67f7d84c1b165781c01f97e3f2d] | committer: Stefano Sabatini

doc: add a few links to the Channel Layout syntax section

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4991292aa83f67f7d84c1b165781c01f97e3f2d
---

 doc/filters.texi   |    2 ++
 doc/resampler.texi |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 7783807..4a3829d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -541,6 +541,8 @@ A '|'-separated list of requested sample rates.
 @item channel_layouts
 A '|'-separated list of requested channel layouts.
 
+See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils}
+for the required syntax.
 @end table
 
 If a parameter is omitted, all values are allowed.
diff --git a/doc/resampler.texi b/doc/resampler.texi
index 6a7e559..f9eef03 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



More information about the ffmpeg-cvslog mailing list