Commit ba5ea7db authored by Clément Bœsch's avatar Clément Bœsch

doc/filters: simplify escaping in aformat.

Escaping the '=' is not necessary, and quoting the arguments allow to
remove the comma escaping as well.
parent 0824aa67
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment