From 6447287b08297c9327d68776c4a65811c58928a5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 10 Dec 2004 09:52:23 +0000 Subject: fixed misleading comment (thanks to Sander Jansen) CVS patchset: 7219 CVS date: 2004/12/10 09:52:23 --- include/xine.h.in | 5 +++-- 1 file 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 */ -- cgit v1.2.3