[MPlayer-dev-eng] [PATCH] Direct3D VO better handling of uncooperative video adapter
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Feb 3 12:02:19 CET 2009
On Tue, Feb 03, 2009 at 11:41:10AM +0200, Georgi Petrov wrote:
> > I think it might be because reconfigure_d3d has already released the device.
> > In that case, you do not need that uncooperative variable but can just check for
> > if (!priv->d3d_device) ...
>
> Great. I submit much simpler patch, which works very well and changes
> only a few lines to to the same. I check exactly for
> !priv->d3d_device. Please, take a look.
Applied with minor changes. In particular, I added a check to
draw_osd which I think you forgot.
More information about the MPlayer-dev-eng
mailing list