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:
parent
0824aa6743
commit
ba5ea7db99
@ -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:
|
For example to force the output to either unsigned 8-bit or signed 16-bit stereo:
|
||||||
@example
|
@example
|
||||||
aformat=sample_fmts\=u8\,s16:channel_layouts\=stereo
|
aformat='sample_fmts=u8,s16:channel_layouts=stereo'
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@section amerge
|
@section amerge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user