diff options
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/post.h | 4 | ||||
| -rw-r--r-- | src/xine-engine/spu_decoder.h | 2 | ||||
| -rw-r--r-- | src/xine-engine/video_decoder.h | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h index 8cd658e7a..b7c143c67 100644 --- a/src/xine-engine/post.h +++ b/src/xine-engine/post.h @@ -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: post.h,v 1.12 2003/10/06 21:52:45 miguelfreitas Exp $ + * $Id: post.h,v 1.13 2003/10/23 20:12:33 mroi Exp $ * * post plugin definitions * @@ -38,7 +38,7 @@ # include <xine/xineutils.h> #endif -#define POST_PLUGIN_IFACE_VERSION 5 +#define POST_PLUGIN_IFACE_VERSION 6 typedef struct post_class_s post_class_t; diff --git a/src/xine-engine/spu_decoder.h b/src/xine-engine/spu_decoder.h index bae6267b1..d9d4d276c 100644 --- a/src/xine-engine/spu_decoder.h +++ b/src/xine-engine/spu_decoder.h @@ -32,7 +32,7 @@ # include <xine/buffer.h> #endif -#define SPU_DECODER_IFACE_VERSION 14 +#define SPU_DECODER_IFACE_VERSION 15 /* * generic xine spu decoder plugin interface diff --git a/src/xine-engine/video_decoder.h b/src/xine-engine/video_decoder.h index e324e4b39..4cb50db26 100644 --- a/src/xine-engine/video_decoder.h +++ b/src/xine-engine/video_decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * This file is part of xine, a free video player. * @@ -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: video_decoder.h,v 1.10 2003/08/04 03:47:11 miguelfreitas Exp $ + * $Id: video_decoder.h,v 1.11 2003/10/23 20:12:33 mroi Exp $ * * xine video decoder plugin interface * @@ -34,7 +34,8 @@ # include <xine/buffer.h> #endif -#define VIDEO_DECODER_IFACE_VERSION 15 +#define VIDEO_DECODER_IFACE_VERSION 16 + /* * generic xine video decoder plugin interface @@ -64,7 +65,6 @@ struct video_decoder_class_s { /* * free all class-related resources */ - void (*dispose) (video_decoder_class_t *this); }; |
