summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/audio_decoder.h4
-rw-r--r--src/xine-engine/audio_out.h4
-rw-r--r--src/xine-engine/post.h4
-rw-r--r--src/xine-engine/spu_decoder.h2
-rw-r--r--src/xine-engine/video_decoder.h4
-rw-r--r--src/xine-engine/video_out.h4
6 files changed, 11 insertions, 11 deletions
diff --git a/src/xine-engine/audio_decoder.h b/src/xine-engine/audio_decoder.h
index 8759f4d36..047a9be7a 100644
--- a/src/xine-engine/audio_decoder.h
+++ b/src/xine-engine/audio_decoder.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: audio_decoder.h,v 1.10 2003/12/09 00:02:36 f1rmb Exp $
+ * $Id: audio_decoder.h,v 1.11 2003/12/14 22:13:26 siggi Exp $
*
* xine audio decoder plugin interface
*
@@ -34,7 +34,7 @@
# include <xine/buffer.h>
#endif
-#define AUDIO_DECODER_IFACE_VERSION 13
+#define AUDIO_DECODER_IFACE_VERSION 14
/*
* generic xine audio decoder plugin interface
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index b282d0aa7..f3558e17b 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.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: audio_out.h,v 1.63 2003/12/09 00:02:36 f1rmb Exp $
+ * $Id: audio_out.h,v 1.64 2003/12/14 22:13:26 siggi Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
@@ -39,7 +39,7 @@ extern "C" {
#endif
-#define AUDIO_OUT_IFACE_VERSION 7
+#define AUDIO_OUT_IFACE_VERSION 8
/*
* ao_driver_s contains the driver every audio output
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h
index 82793f2d0..5c3055929 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.15 2003/12/09 00:02:37 f1rmb Exp $
+ * $Id: post.h,v 1.16 2003/12/14 22:13:26 siggi Exp $
*
* post plugin definitions
*
@@ -38,7 +38,7 @@
# include <xine/xineutils.h>
#endif
-#define POST_PLUGIN_IFACE_VERSION 6
+#define POST_PLUGIN_IFACE_VERSION 7
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 d9d4d276c..d4bd691f1 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 15
+#define SPU_DECODER_IFACE_VERSION 16
/*
* generic xine spu decoder plugin interface
diff --git a/src/xine-engine/video_decoder.h b/src/xine-engine/video_decoder.h
index 4cb50db26..4585301e9 100644
--- a/src/xine-engine/video_decoder.h
+++ b/src/xine-engine/video_decoder.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: video_decoder.h,v 1.11 2003/10/23 20:12:33 mroi Exp $
+ * $Id: video_decoder.h,v 1.12 2003/12/14 22:13:26 siggi Exp $
*
* xine video decoder plugin interface
*
@@ -34,7 +34,7 @@
# include <xine/buffer.h>
#endif
-#define VIDEO_DECODER_IFACE_VERSION 16
+#define VIDEO_DECODER_IFACE_VERSION 17
/*
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index 0f1e2db0e..4a3372113 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.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: video_out.h,v 1.103 2003/11/26 01:03:32 miguelfreitas Exp $
+ * $Id: video_out.h,v 1.104 2003/12/14 22:13:26 siggi Exp $
*
*
* xine version of video_out.h
@@ -319,7 +319,7 @@ struct xine_video_port_s {
* from generic vo functions.
*/
-#define VIDEO_OUT_DRIVER_IFACE_VERSION 18
+#define VIDEO_OUT_DRIVER_IFACE_VERSION 19
struct vo_driver_s {