diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-23 20:12:33 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-23 20:12:33 +0000 |
commit | bc348464a67516b828815673585f8724651d969a (patch) | |
tree | f8a0ffe257ce4573ef734f4680a09a59dba0e844 /src/xine-engine/video_decoder.h | |
parent | e7c9e27b0a757d47007e8e561cd35abbc7602bc5 (diff) | |
download | xine-lib-bc348464a67516b828815673585f8724651d969a.tar.gz xine-lib-bc348464a67516b828815673585f8724651d969a.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/video_decoder.h')
-rw-r--r-- | src/xine-engine/video_decoder.h | 8 |
1 files changed, 4 insertions, 4 deletions
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); }; |