Gwenole,
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.
Regards,
--
Adam | nanoant.com
_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva