diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-12-26 16:50:57 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-01-26 11:15:38 +0100 |
commit | ea645e90a1eaac1f1ea687c0fc034e75b24bf575 (patch) | |
tree | d1cb0f6bfc21c9fc733921baaaeac86925fee915 /doc | |
parent | 19506af788b64c509dad76f37e0a0da63ef34e44 (diff) | |
download | ffmpeg-ea645e90a1eaac1f1ea687c0fc034e75b24bf575.tar.gz |
lavfi/buffersrc: accept unknown channel layouts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ef10f89baf..b4c57e1a8e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1060,6 +1060,11 @@ Either a channel layout name from channel_layout_map in @file{libavutil/channel_layout.c} or its corresponding integer representation from the AV_CH_LAYOUT_* macros in @file{libavutil/channel_layout.h} +@item channels +The number of channels of the incoming audio buffers. +If both @var{channels} and @var{channel_layout} are specified, then they +must be consistent. + @end table For example: |