1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Fix a typo, and reword a few sentences to make them easier to understand.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12636 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-03-05 00:51:53 +00:00
parent bf430039bf
commit 1dec90989f

View File

@ -137,7 +137,7 @@ Otherwise, it specifies the
of of
.Sy all .Sy all
input files. input files.
Recognized and supported values are Recognized and supported values for output stream formats are
.Sy VORBIS , .Sy VORBIS ,
.Sy MP3 .Sy MP3
and and
@ -197,7 +197,7 @@ This option will be ignored if \&<playlist_program/\&> is set to 1
Set to Set to
.Sy 1 .Sy 1
.Pq one .Pq one
to stream \&<filename/\&> content only once, and to in order to stream the content of \&<filename/\&> only once, and to
.Sy 0 .Sy 0
.Pq zero .Pq zero
for continuous streaming for continuous streaming
@ -284,7 +284,7 @@ Element that contains child elements, which specify how to decode and encode
a certain media file format for streaming. a certain media file format for streaming.
Each format is described by a separate \&<encdec/\&> element. Each format is described by a separate \&<encdec/\&> element.
.El .El
.Ss Dencoder/Encoder settings .Ss Decoder/Encoder settings
Each of the decoder/encoder configuration elements have the \&<encdec/\&> Each of the decoder/encoder configuration elements have the \&<encdec/\&>
element as their parent. element as their parent.
.Bl -ohang .Bl -ohang
@ -293,8 +293,8 @@ This element is used by
.Nm .Nm
to find the appropriate encoder for the output stream format specified in the to find the appropriate encoder for the output stream format specified in the
\&<format/\&> element inside the global configuration. \&<format/\&> element inside the global configuration.
It is recommended that this element is always supplied, even for currently For consistency reasons, it is recommended that this element is always
unsupported output formats, with content such as supplied, even for currently unsupported output formats, with content such as
.Sy VORBIS , .Sy VORBIS ,
.Sy MP3 , .Sy MP3 ,
.Sy THEORA , .Sy THEORA ,