On date Friday 2024-01-12 17:51:26 -0600, Marth64 wrote: > Signed-off-by: Marth64 <mart...@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} > -@item channel_layout @var{integer} (@emph{decoding/encoding,audio}) > +@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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".