[FFmpeg-devel] [PATCH] doc/codecs: -channel_layout -> should be -ch_layout

Stefano Sabatini stefasab at gmail.com
Sun Jan 14 16:04:55 EET 2024


On date Friday 2024-01-12 17:51:26 -0600, Marth64 wrote:
> Signed-off-by: Marth64 <marth64 at proxyid.net>
> ---
>  doc/codecs.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/codecs.texi b/doc/codecs.texi
> index 6bdeb664e7..ca8c08a59f 100644
> --- a/doc/codecs.texi
> +++ b/doc/codecs.texi
> @@ -766,7 +766,7 @@ Set rate-distortion optimal quantization.
>  @item mv0_threshold @var{integer} (@emph{encoding,video})
>  @item compression_level @var{integer} (@emph{encoding,audio,video})
>  @item bits_per_raw_sample @var{integer}
> - at item channel_layout @var{integer} (@emph{decoding/encoding,audio})
> + at item ch_layout @var{integer} (@emph{decoding/encoding,audio})
>  See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils}
>  for the required syntax.

This is not correct, this is referencing the deprecated channel_layout
API (which should be kept while we should document the new one), the
new option takes a string.

Check options_table.c.




More information about the ffmpeg-devel mailing list