[MPlayer-cvslog] r23675 - in trunk/libvo:vo_dxr3.cvo_gl.cvo_gl2.c vo_x11.c vo_xmga.c vo_xover.cvo_xv.cvo_xvidix.cvo_xvmc.c x11_common.c x11_common.h

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Aug 30 13:26:07 CEST 2007


Hello,
On Thu, Aug 30, 2007 at 12:40:40PM +0200, Carl Eugen Hoyos wrote:
> On 2007-08-30 09:49, Reimar Döffinger wrote:
> > > This patch breaks aspect ratio change (at least in transport streams).
> > 
> > With -fixed-vo, without or both?
> 
> Both.
> 
> > Could you also point me to a sample? I'm sure I do have one somewhere,
> > but I never find the right samples when I need them.
> 
> incoming/aspect.ts

Can everyone please test with their window managers this change, esp. if
it causes weird behaviour with -fs etc.?

Index: libvo/x11_common.c
===================================================================
--- libvo/x11_common.c  (revision 24302)
+++ libvo/x11_common.c  (working copy)
@@ -1163,6 +1163,7 @@
  */
 void vo_x11_nofs_sizepos(int x, int y, int width, int height)
 {
+  vo_x11_sizehint(x, y, width, height, 0);
   if (vo_fs) {
     vo_old_x = x;
     vo_old_y = y;


Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list