diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-12-10 09:52:23 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-12-10 09:52:23 +0000 |
commit | 6447287b08297c9327d68776c4a65811c58928a5 (patch) | |
tree | 6c6c4bb875ffc2296738f1e0831d14361d6303a6 | |
parent | 0a08a72bd1458ecf07f6efa94f068a1f71117e95 (diff) | |
download | xine-lib-6447287b08297c9327d68776c4a65811c58928a5.tar.gz xine-lib-6447287b08297c9327d68776c4a65811c58928a5.tar.bz2 |
fixed misleading comment (thanks to Sander Jansen)
CVS patchset: 7219
CVS date: 2004/12/10 09:52:23
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 8a981dafa..609173612 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.134 2004/12/08 18:19:18 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.135 2004/12/10 09:52:23 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -77,6 +77,7 @@ extern "C" { */ /* #define XINE_DISABLE_DEPRECATED_FEATURES */ + /********************************************************************* * xine opaque data types * *********************************************************************/ @@ -305,7 +306,7 @@ void xine_set_param (xine_stream_t *stream, int param, int value); int xine_get_param (xine_stream_t *stream, int param); /* - * xine engine parameters + * xine stream parameters */ #define XINE_PARAM_SPEED 1 /* see below */ #define XINE_PARAM_AV_OFFSET 2 /* unit: 1/90000 sec */ |