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:
Josh Coalson
2004-07-16 01:05:28 +00:00
parent 47f51b1c22
commit 0b695a6eac
5 changed files with 18 additions and 21 deletions

View File

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