summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.h b/spudec.h
index fee0571956..48651bcbc3 100644
--- a/spudec.h
+++ b/spudec.h
@@ -10,6 +10,7 @@ void *spudec_new_scaled(unsigned int *palette, unsigned int frame_width, unsigne
void *spudec_new(unsigned int *palette);
void spudec_free(void *this);
void spudec_reset(void *this); // called after seek
+int spudec_visible(void *this); // check if spu is visible
#endif