[mythtv-commits] Ticket #8954: Edge letters of subtitles are vertically clipped

MythTV mythtv at cvs.mythtv.org
Fri Oct 8 11:44:26 UTC 2010


#8954: Edge letters of subtitles are vertically clipped
-------------------------------------+--------------------------------------
 Reporter:  yianniv                  |           Owner:  markk     
     Type:  defect                   |          Status:  closed    
 Priority:  minor                    |       Milestone:  0.24      
Component:  MythTV - Video Playback  |         Version:  Trunk Head
 Severity:  medium                   |      Resolution:  fixed     
 Keywords:                           |   Ticket locked:  0         
-------------------------------------+--------------------------------------

Comment (by Johan Moe <johan@…>):

 I still have vertically clipped subtitles when using vdpau, but not when
 using xv. I tried changing the PAD_WIDTH without success. Changing

 int width = font.width(subtitle) + pad_width * 2;

 to

 int width = font.width(subtitle) * 2 + pad_width * 2;

 solved my problem, but I believe that it's rather font.width(subtitle)
 that returns an incorrect value. The problem might have to to with me
 running a rather unusual pixel aspect ration. I have a 16:9 TV with a
 resolution of 1920x600.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8954#comment:8>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list