summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-02-14 12:16:51 +0100
committerClément Bœsch <ubitux@gmail.com>2012-02-20 09:23:44 +0100
commit6e6bdeb137e1b89598f1be19a83a30fd8fb6b7f1 (patch)
tree27b732bddd573fa65db195abb251e3e557568de4 /doc
parentbe2e211dce2964f922e5dee54a7569ebd6efb0da (diff)
doc: fix channel layout value in abuffer example.
The channel layout must start with 0x, otherwise it is parsed as a number of channels.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 12b551cf2e..b885958248 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -543,10 +543,10 @@ abuffer=44100:s16:stereo:planar
will instruct the source to accept planar 16bit signed stereo at 44100Hz.
Since the sample format with name "s16" corresponds to the number
-1 and the "stereo" channel layout corresponds to the value 3, this is
+1 and the "stereo" channel layout corresponds to the value 0x3, this is
equivalent to:
@example
-abuffer=44100:1:3:1
+abuffer=44100:1:0x3:1
@end example
@section aevalsrc