summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 16:47:29 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 16:47:29 +0000
commit54edd9eaefc3b5e12a78890f0d81214f961c8293 (patch)
tree9699c0a1bf1fece364fb3f3b8292ef878cc4a263 /spudec.h
parenta7937300005ac27afad037db893c2caa2cf2f54c (diff)
downloadmpv-54edd9eaefc3b5e12a78890f0d81214f961c8293.tar.bz2
mpv-54edd9eaefc3b5e12a78890f0d81214f961c8293.tar.xz
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
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 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