1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

doc/muxers/alp: apply consistency formatting fixes

This commit is contained in:
Stefano Sabatini 2024-01-06 19:54:28 +01:00
parent b894cb45c4
commit 92a5c93ee9

View File

@ -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}