diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-08-17 16:15:36 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-08-17 16:15:36 +0000 |
commit | 31f9517d0a924c20dae8b9c6d5cc839c48b0311a (patch) | |
tree | c145ac68c73ccf9c2b2ea212177aa10a4d05bd93 /src/libspudec/spu_decoder_api.h | |
parent | e48313f4507bd8c37b31ac0ccd7fe74128c7b6ed (diff) | |
download | xine-lib-31f9517d0a924c20dae8b9c6d5cc839c48b0311a.tar.gz xine-lib-31f9517d0a924c20dae8b9c6d5cc839c48b0311a.tar.bz2 |
Add xine_seek() and friends.
CVS patchset: 446
CVS date: 2001/08/17 16:15:36
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index 174db342b..6a02cef3f 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -56,7 +56,6 @@ struct spu_decoder_s { }; - #define SPU_EVENT_BUTTON 0x100 typedef struct spu_button_s spu_button_t; struct spu_button_s { |