aboutsummaryrefslogtreecommitdiffstats
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2024-01-06 19:54:28 +0100
committerStefano Sabatini <stefasab@gmail.com>2024-01-10 19:56:34 +0100
commit92a5c93ee9d4525ba62990d0564a4164446bd635 (patch)
tree7b60a7ae44d0068786ff7fb03a0aa3f2bfff472f /doc/muxers.texi
parentb894cb45c46f33b292a271728faa37e5acdb9c92 (diff)
downloadffmpeg-92a5c93ee9d4525ba62990d0564a4164446bd635.tar.gz
doc/muxers/alp: apply consistency formatting fixes
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 55ca292566..070efff78c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -626,21 +626,19 @@ ID3v2.3 and ID3v2.4) are supported. The default is version 4.
@anchor{alp}
@section alp
+High Voltage Software's Lego Racers game audio muxer.
-Muxer for audio of High Voltage Software's Lego Racers game. It accepts a single ADPCM_IMA_ALP stream
-with no more than 2 channels nor a sample rate greater than 44100 Hz.
+It accepts a single ADPCM_IMA_ALP stream with no more than 2 channels
+and a sample rate not greater than 44100 Hz.
-Extensions: tun, pcm
+Extensions: @code{tun}, @code{pcm}
@subsection Options
-
-It accepts the following options:
-
@table @option
-
@item type @var{type}
Set file type.
+@var{type} accepts the following values:
@table @samp
@item tun
Set file type as music. Must have a sample rate of 22050 Hz.
@@ -649,10 +647,9 @@ Set file type as music. Must have a sample rate of 22050 Hz.
Set file type as sfx.
@item auto
-Set file type as per output file extension. @code{.pcm} results in type @code{pcm} else type @code{tun} is set. @var{(default)}
-
+Set file type as per output file extension. @code{.pcm} results in
+type @code{pcm} else type @code{tun} is set. @var{(default)}
@end table
-
@end table
@anchor{asf}