]> git.sesse.net Git - vlc/commit
* modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
authorGildas Bazin <gbazin@videolan.org>
Thu, 30 Jan 2003 16:36:04 +0000 (16:36 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 30 Jan 2003 16:36:04 +0000 (16:36 +0000)
commit98bd3d5d78a7657807f578331de9d72f868a2cee
treeb862fb818a0b1be7694ffdffb1f4cb510cd68ab3
parent288c2fe39b7ade1e4fcaaa8a6ae3cbf12a997c38
* modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
   race condition between spudec and vout. This patch may not be all that
   nice because it does a lot of vlc_object_find() but it is the only
   solution I've been able to come-up with.
   Oh and I didn't fix the memory leak caused by the font when using text
   subtitles. If the vout changes while the spudec is running then we don't
   unload this font.
modules/codec/spudec/spudec.c
modules/codec/spudec/text.c