Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr bugfix: dvbspu.c



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

dvbspu.c:

 void cDvbSpuDecoder::clearHighlight(void)
 {
     clean &= !highlight;
     highlight = false;
+    hlpsize.x1 = -1;
+    hlpsize.y1 = -1;
+    hlpsize.x2 = -1;
+    hlpsize.y2 = -1;
 }

purpose:

start a dvd with menues (with any dvd plugin prior to 0.3.4-rc3 !)
stop the plugin
start the dvd again

you can't see the very first highlighted button,
'cause cDvbSpuDecoder::setHighlight checks if
hlpsize differs from the given size/position ..

dvd-0.3.4-rc3 has a workaround ...

cheers, sven

- -- 
health & wealth
mailto:sgoethel@jausoft.com
www   : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/
voice : +49-5121-999600 ; fax : +49-5121-999602
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/iE/6HdOA30NoFAARAsAdAJ46EVIvmAOzI1/ncDDD/2CaXsZ6JACgwLBD
zd1g5VcSujjUzSSQdrETcnQ=
=iWTO
-----END PGP SIGNATURE-----



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index