From 54edd9eaefc3b5e12a78890f0d81214f961c8293 Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Wed, 24 Jul 2002 16:47:29 +0000 Subject: Make spudec_assemble more resistent in the face of incomplete packets. Put the global spu_changed into spudec_handle_t. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6779 b3059339-0415-0410-9bf9-f77b7e298cf2 --- spudec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'spudec.h') diff --git a/spudec.h b/spudec.h index 5cea2330df..82dd3b3c6f 100644 --- a/spudec.h +++ b/spudec.h @@ -14,5 +14,6 @@ void spudec_reset(void *this); // called after seek 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 -- cgit v1.2.3