From bc348464a67516b828815673585f8724651d969a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 23 Oct 2003 20:12:33 +0000 Subject: I should have seen this coming... The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33 --- src/xine-engine/video_decoder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xine-engine/video_decoder.h') 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 #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); }; -- cgit v1.2.3