Browse Source

doc/filters: simplify escaping in aformat.

Escaping the '=' is not necessary, and quoting the arguments allow to
remove the comma escaping as well.
tags/n1.1
Clément Bœsch 13 years ago
parent
commit
ba5ea7db99
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/filters.texi

+ 1
- 1
doc/filters.texi View File

@@ -312,7 +312,7 @@ If a parameter is omitted, all values are allowed.

For example to force the output to either unsigned 8-bit or signed 16-bit stereo:
@example
aformat=sample_fmts\=u8\,s16:channel_layouts\=stereo
aformat='sample_fmts=u8,s16:channel_layouts=stereo'
@end example

@section amerge


Loading…
Cancel
Save