diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:18:13 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:18:13 +0000 |
commit | 346c368b5bffa34a8a7cbbf11816ea1c2145a763 (patch) | |
tree | 76db9953b388bf1ab1bf4fc10aa9513d1179382f | |
parent | b9850b55cc885d2750a79cf7278904a36104f3cb (diff) | |
download | xine-lib-346c368b5bffa34a8a7cbbf11816ea1c2145a763.tar.gz xine-lib-346c368b5bffa34a8a7cbbf11816ea1c2145a763.tar.bz2 |
fix typo
CVS patchset: 3407
CVS date: 2002/12/01 15:18:13
-rw-r--r-- | include/xine.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index d5cff7a8b..58f28d329 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.41 2002/12/01 15:07:01 mroi Exp $ + * $Id: xine.h.in,v 1.42 2002/12/01 15:18:13 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -294,7 +294,7 @@ int xine_get_video_frame (xine_stream_t *stream, * * after the data leaves the decoder it can pass an arbitrary tree * of post plugins allowing for effects to be applied to the video - * frames/audio buffers before the reach the output stage + * frames/audio buffers before they reach the output stage */ typedef struct xine_post_s xine_post_t; |