[MPlayer-dev-eng] [PATCH] libass support in vf_vo

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Aug 28 18:34:38 CEST 2006


On Saturday 26 August 2006 19:22, Reimar Döffinger wrote:
> Done.

Everything looks great, I'm going to commit my part soon.

One minor problem: fullscreen switching behaves a little weird. If video does 
not fit the screen exactly, switching from fullscreen to windowed mode is 
performed in 2 steps:

1280 x 1024; margins: l: 0, r: 0, t: 140, b: 140
1280 x 1024; margins: l: 0, r: 0, t: 0, b: 0
704 x 410; margins: l: 0, r: 0, t: 0, b: 0

and switching back to fullscreen:

704 x 410; margins: l: 0, r: 0, t: 0, b: 0
704 x 410; margins: l: -288, r: -288, t: -167, b: -167
1280 x 1024; margins: l: 0, r: 0, t: 140, b: 140

So, it takes 2 frames to switch to/from fullscreen mode, and margins are 
recalculated a frame to early.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_vo.patch
Type: text/x-diff
Size: 4824 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060828/f4419317/attachment.patch>


More information about the MPlayer-dev-eng mailing list