Hi,

On Fri, 12 Feb 2010, Adam Strzelecki wrote:

> When using mplayer vo_vaapi it does not respect -geometry param which 
> modifies MPlayer's window size & placement. AFAIK this seems to be caused by
> static int control(uint32_t request, void *data, ...) ignoring 
> VOCTRL_UPDATE_SCREENINFO request.
>
> Adding:
>    case VOCTRL_UPDATE_SCREENINFO:
>        update_xinerama_info();
>        return VO_TRUE;
>
> makes the -geometry param work properly.

Thanks. Someone else actually sent me another patch for -geometry support. 
Your addition looks more common to current VOs. I will check it out.

Regards,
Gwenole.
_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to