[MPlayer-dev-eng] Direct3D vo -wid specific problem
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Dec 2 16:08:16 CET 2008
On Tue, Dec 02, 2008 at 04:37:45PM +0200, Georgi Petrov wrote:
> The important thing
> is that I never receive a resize event to the real movie's dimensions
> afterward (MPlayer continues to supply frames).
I am aware, it happens with SMPlayer, too.
> When using vo_gl
> almost the same thing happens - the dimensions are exactly 145/105,
> BUT before the video begins, vo_gl receives a resize event to the real
> dimensions. I use the same w32_common code, but I don't receive this
> event.
How do you know you received that event? I suspect if in vo_gl.c in the
config() function you change "resize(d_width, d_height)" to
"resize(vo_dwidth, vo_dheight)" it will have the same problem.
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list