mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
make --serial-number or the default random serial number apply only to the first stream, and increment it for subsequent streams
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
<TT>--serial-number=#</TT>
|
||||
</TD>
|
||||
<TD>
|
||||
When used with --ogg, specifies the serial number to use the for the FLAC stream. When encoding and no serial number is given, flac uses '0'. When decoding and no number is given, flac uses the serial number of the first page.<P>
|
||||
When used with --ogg, specifies the serial number to use for the first Ogg FLAC stream, which is then incremented for each additional stream. When encoding and no serial number is given, <TT><B>flac</B></TT> uses a random number for the first stream, then increments it for each additional stream. When decoding and no number is given, <TT><B>flac</B></TT> uses the serial number of the first page.<P>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
Reference in New Issue
Block a user