From 88cf6bc33e2c522723554cadb91b9a684ca4c1af Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 5 Jan 2002 10:31:31 +0000 Subject: Added PTS values in button events. The PTS value will be used to match it with the correct SPU. CVS patchset: 1337 CVS date: 2002/01/05 10:31:31 --- src/libspudec/spu_decoder_api.h | 1 + 1 file changed, 1 insertion(+) (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 6942f743b..47b24b747 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -61,6 +61,7 @@ struct spu_button_s { uint8_t trans[4]; uint16_t left, right; uint16_t top, bottom; + uint32_t pts; }; typedef struct spu_cltbl_s spu_cltbl_t; -- cgit v1.2.3