[FFmpeg-devel] [PATCH 1/2] doc/filters: remove a pointless escaping in aformat.
Stefano Sabatini
stefasab at gmail.com
Sat Dec 22 15:44:54 CET 2012
On date Saturday 2012-12-22 15:40:17 +0100, Clément Bœsch encoded:
> ---
> doc/filters.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 42f4a7a..7d4d928 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
LGTM, or alternatively (which I'd prefer):
aformat='sample_fmts=u8,s16:channel_layouts=stereo'
--
FFmpeg = Freak & Forgiving Minimal Proud Enhancing Gigant
More information about the ffmpeg-devel
mailing list