From 9e275306172ad34d4e2a2ff0da864b45efc3355d Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 23 Apr 2002 15:45:19 +0000 Subject: Increment audio/video/spu decoder and input plugin API version number - update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19 --- src/xine-engine/xine_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 423528fa6..8d65a820c 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.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: xine_internal.h,v 1.78 2002/04/23 13:30:44 esnel Exp $ + * $Id: xine_internal.h,v 1.79 2002/04/23 15:45:26 esnel Exp $ * */ @@ -55,7 +55,7 @@ extern "C" { #define INPUT_PLUGIN_MAX 50 #define DEMUXER_PLUGIN_MAX 50 #define DECODER_PLUGIN_MAX 256 -#define DECODER_PLUGIN_IFACE_VERSION 6 +#define DECODER_PLUGIN_IFACE_VERSION 7 #define AUDIO_OUT_PLUGIN_MAX 50 #define VIDEO_OUT_PLUGIN_MAX 50 #define XINE_MAX_EVENT_LISTENERS 50 -- cgit v1.2.3