diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-11-19 00:45:41 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-11-19 00:45:41 +0000 |
commit | 7580770c5ff6df373c6056626abae7328ae5ab48 (patch) | |
tree | e24f050292d6562a6b169cacba4f294895105cd0 /src/libspudec/spu_decoder_api.h | |
parent | 1667cd964d92d9c7f7f53ff7f5343cafd08c3249 (diff) | |
download | xine-lib-7580770c5ff6df373c6056626abae7328ae5ab48.tar.gz xine-lib-7580770c5ff6df373c6056626abae7328ae5ab48.tar.bz2 |
spu and overlay cleanups, mostly cosmetic
CVS patchset: 3298
CVS date: 2002/11/19 00:45:41
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index 09d4094f3..e0a64c6ed 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -24,7 +24,7 @@ #ifndef HAVE_SPU_API_H #define HAVE_SPU_API_H -#define SPU_DECODER_IFACE_VERSION 10 +#define SPU_DECODER_IFACE_VERSION 11 /* FIXME: Needed for spu_button_t */ /* But will not be on all users's systems. (From the libspudec directory or libdvdread). */ /*#include "nav_types.h" */ @@ -69,7 +69,7 @@ struct spu_decoder_s { void (*reset) (spu_decoder_t *this); -/* void (*close) (spu_decoder_t *this); */ + void (*discontinuity) (spu_decoder_t *this); void (*dispose) (spu_decoder_t *this); |