[FFmpeg-cvslog] doc/muxers/alp: apply consistency formatting fixes
Stefano Sabatini
git at videolan.org
Wed Jan 10 20:58:14 EET 2024
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 6 19:54:28 2024 +0100| [92a5c93ee9d4525ba62990d0564a4164446bd635] | committer: Stefano Sabatini
doc/muxers/alp: apply consistency formatting fixes
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92a5c93ee9d4525ba62990d0564a4164446bd635
---
doc/muxers.texi | 17 +++++++----------
1 file 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.
+ at 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}
More information about the ffmpeg-cvslog
mailing list