Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119593 - xine-lib-1.1.1* , xxmc & broken subpictures
Summary: xine-lib-1.1.1* , xxmc & broken subpictures
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 12:50 UTC by Andrej Filipcic
Modified: 2006-04-30 11:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Filipcic 2006-01-19 12:50:25 UTC
xine does not display dvd subtitles with xxmc video output.

The patch from 
http://sourceforge.net/mailarchive/forum.php?thread_id=9341965&forum_id=7131
solves the problem.

Index: src/xine-engine/alphablend.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/alphablend.c,v
retrieving revision 1.1
diff -u -r1.1 alphablend.c
--- src/xine-engine/alphablend.c	27 Sep 2005 02:05:31 -0000	1.1
+++ src/xine-engine/alphablend.c	29 Dec 2005 11:27:55 -0000
@@ -2019,7 +2019,7 @@
     dst = dst_y;
 
     for (x = 0; x < src_width;) {
-      int len = (x + rle->len > hili_right) ? hili_right - x : rle->len;
+      int len = (x + rle->len > clip_right) ? clip_right - x : rle->len;
       int clipped = (y < clip_top);
 
       if (len > 0) {
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 13:46:25 UTC
Please try with the 1.1.2 prerelease, I consider xxmc still experimetnal as it's unstable, and that version should be fixed.
Comment 2 Andrej Filipcic 2006-04-30 11:10:54 UTC
1.1.2 series is OK. bug closed.