]> git.sesse.net Git - vlc/commit
fix subtitles position (aspect ratio)
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 23 Jan 2006 01:02:54 +0000 (01:02 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 23 Jan 2006 01:02:54 +0000 (01:02 +0000)
commit22765a22a3231b0cacb232affd69095b0a78dc7c
tree46bcd4e5aade3e7352af1d3e64349cf35ca1a7d5
parentdbd9cdc23e9a95f03fe5668f68b601a941136810
fix subtitles position (aspect ratio)

the subtitle was displayed fine but since aspect ratios didn't match it
wasn't positioned correctly on the vout. ie:
--------------
|            |
|            |
|      subtit|
|            |
-------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )

now it's displayed in the center but the letters are scaled horrizontaly
(which doesn't look too good ... but at least everything is displayed)
( http://people.videolan.org/~dionoea/vlcsubs2.png )
modules/codec/dvbsub.c