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

Michael T. Dean mtdean at thirdcontact.com
Fri Oct 8 17:09:05 UTC 2010


  On 10/08/2010 07:44 AM, MythTV wrote:
> #8954: Edge letters of subtitles are vertically clipped
>
>
> Comment (by Johan Moe):
>
>   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.


Please post the output of:

xdpyinfo | grep -B2 resolution

Thanks,
Mike



More information about the mythtv-dev mailing list