diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-09 13:53:52 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-09 13:53:52 +0000 |
commit | ce3eaf6e094d025149ff0090f3de9437c39aab67 (patch) | |
tree | b2c62ddd34aa02d61a9eddac75296a7e3308859b /src/libspudec/spu_decoder_api.h | |
parent | 8ff820b65a21d201083237710298881e28d1f895 (diff) | |
download | xine-lib-ce3eaf6e094d025149ff0090f3de9437c39aab67.tar.gz xine-lib-ce3eaf6e094d025149ff0090f3de9437c39aab67.tar.bz2 |
patch to fix libsputext on seeks by Zoltán Böszörményi
CVS patchset: 1703
CVS date: 2002/04/09 13:53:52
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index fd1c8de9f..dc4f3889b 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -44,6 +44,8 @@ struct spu_decoder_s { void (*decode_data) (spu_decoder_t *this, buf_element_t *buf); + void (*reset) (spu_decoder_t *this); + void (*close) (spu_decoder_t *this); char* (*get_identifier) (void); |