From ce3eaf6e094d025149ff0090f3de9437c39aab67 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 9 Apr 2002 13:53:52 +0000 Subject: =?UTF-8?q?patch=20to=20fix=20libsputext=20on=20seeks=20by=20Zolt?= =?UTF-8?q?=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVS patchset: 1703 CVS date: 2002/04/09 13:53:52 --- src/libspudec/spu_decoder_api.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libspudec/spu_decoder_api.h') 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); -- cgit v1.2.3