diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-10-20 17:51:58 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-10-20 17:51:58 +0000 |
commit | 7391de8e6a14274fb7368aa4f1e71d091dc5c73c (patch) | |
tree | ca9f39e44be131b2003d19dbf84a81231ceb5b04 /src/libspudec/spu_decoder_api.h | |
parent | e3eb18aa6868ad17f01cfffafb001a95aa1ffb71 (diff) | |
download | xine-lib-7391de8e6a14274fb7368aa4f1e71d091dc5c73c.tar.gz xine-lib-7391de8e6a14274fb7368aa4f1e71d091dc5c73c.tar.bz2 |
A reorganisation of libspudec, so we can support OSD and have better menu support.
Work still needs to be done on it and some xine-lib api changes.
CVS patchset: 841
CVS date: 2001/10/20 17:51:58
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index c0c44834b..c2c4bf2f6 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -29,7 +29,7 @@ * * for a dynamic plugin make sure you provide this function call: * spu_decoder_t *init_spu_decoder_plugin (int iface_version, - * xine_t *xine); + * xine_t *xine); */ typedef struct spu_decoder_s spu_decoder_t; |