doc/filters: simplify escaping in aformat.

Escaping the '=' is not necessary, and quoting the arguments allow to
remove the comma escaping as well.
This commit is contained in:
Clément Bœsch 2012-12-22 15:38:10 +01:00
parent 0824aa6743
commit ba5ea7db99

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