diff spudec.h @ 6778:f33d4ab7a6b2

Make spudec_assemble more resistent in the face of incomplete packets. Put the global spu_changed into spudec_handle_t.
author kmkaplan
date Wed, 24 Jul 2002 16:47:29 +0000
parents 7bea806b9c5f
children 60a473935d7d
line wrap: on
line diff
--- a/spudec.h	Wed Jul 24 03:49:34 2002 +0000
+++ b/spudec.h	Wed Jul 24 16:47:29 2002 +0000
@@ -14,5 +14,6 @@
 int spudec_visible(void *this); // check if spu is visible
 void spudec_set_font_factor(void * this, double factor); // sets the equivalent to ffactor
 void spudec_set_hw_spu(void *this, vo_functions_t *hw_spu);
+int spudec_changed(void *this);
 #endif