diff options
author | Marth64 <marth64@proxyid.net> | 2024-01-03 12:54:12 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-04 01:08:34 +0100 |
commit | de9fe17a1fcd64f70859b6fcb16d99878930ec38 (patch) | |
tree | 06e9eb9ae50d161afc076f742372efef72edbdcc /doc/codecs.texi | |
parent | 6442d1ddd62160e96c686c30648b6111e3e0c264 (diff) | |
download | ffmpeg-de9fe17a1fcd64f70859b6fcb16d99878930ec38.tar.gz |
doc/codecs: fix missing guidance in channel_layout item and remove decomissioned request_channel_layout
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 5b950b4560..98482ff8bf 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -767,15 +767,9 @@ Set rate-distortion optimal quantization. @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}) +See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the required syntax. -Possible values: -@table @samp -@end table -@item request_channel_layout @var{integer} (@emph{decoding,audio}) - -Possible values: -@table @samp -@end table @item rc_max_vbv_use @var{float} (@emph{encoding,video}) @item rc_min_vbv_use @var{float} (@emph{encoding,video}) |