[FFmpeg-cvslog] doc/filters: simplify escaping in aformat.

Clément Bœsch git at videolan.org
Sat Dec 22 16:25:35 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Dec 22 15:38:10 2012 +0100| [ba5ea7db99193b854476bca76605e96f59b7394b] | committer: 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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba5ea7db99193b854476bca76605e96f59b7394b
---

 doc/filters.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index ac5eece..b9b364f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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



More information about the ffmpeg-cvslog mailing list