summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-06-19 22:09:10 +0000
committerphintuka <phintuka>2011-06-19 22:09:10 +0000
commit400c3c9014d74c8a758ac09307384b7cb298c475 (patch)
treebb1c37a106bbce8d982969999f7877b64d6ffb5c
parenta440d75d1e841752937f9670d9cd3e65bcc9aa0a (diff)
downloadxineliboutput-400c3c9014d74c8a758ac09307384b7cb298c475.tar.gz
xineliboutput-400c3c9014d74c8a758ac09307384b7cb298c475.tar.bz2
Fixed hiding subtitles
-rw-r--r--xine/BluRay/decode_spuhdmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/decode_spuhdmv.c b/xine/BluRay/decode_spuhdmv.c
index ea97b1d1..e747725b 100644
--- a/xine/BluRay/decode_spuhdmv.c
+++ b/xine/BluRay/decode_spuhdmv.c
@@ -881,7 +881,7 @@ static void update_overlays(spuhdmv_decoder_t *this)
while (pseg) {
- if (!pseg->comp_descr.state) {
+ if (!pseg->object_number) {
/* HIDE */
if (!pseg->shown)