diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-25 01:00:20 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-25 01:00:20 +0000 |
commit | 8a295be88848187e9b30638990d194d3717e2554 (patch) | |
tree | def0e38691ed52bacb321cbd2d91a5803f1c4c26 | |
parent | 6150b30f1abf4d3c9212033223858688ae31c138 (diff) | |
download | xine-lib-8a295be88848187e9b30638990d194d3717e2554.tar.gz xine-lib-8a295be88848187e9b30638990d194d3717e2554.tar.bz2 |
speling corrections ;-p
CVS patchset: 1515
CVS date: 2002/02/25 01:00:20
-rw-r--r-- | doc/hackersguide/hackersguide.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hackersguide/hackersguide.sgml b/doc/hackersguide/hackersguide.sgml index d52be7d67..afcd15d8e 100644 --- a/doc/hackersguide/hackersguide.sgml +++ b/doc/hackersguide/hackersguide.sgml @@ -708,7 +708,7 @@ struct input_plugin_s </listitem> <listitem> <para> - INPUT_CAP_VARIABLE_BITRATE -- Xine may not experimentally read from the + INPUT_CAP_VARIABLE_BITRATE -- xine may not experimentally read from the plugin in order to guestimate bit-rate. </para> </listitem> @@ -843,7 +843,7 @@ struct input_plugin_s you may wish to look at an existing plugin's source-code to check. </para> <para> - The <varname>visual_type</varname> field is used by the Xine UI to + The <varname>visual_type</varname> field is used by the xine UI to determine if it is supported by the UI (e.g. X11 output plugins require the GUI to be running under the X Windowing system) and also to determine the information passed to the |