[haiku-appserver] Re: Overlay support

>> Well, bitmap output in VLC doesn't work: just a black rectangle
>> is shown (it used to work though). Rings a bell? :)
> +       if (isnan(dstRect.left))
> +               dstRect.left = 0.0f;

This certainly has to do with some floating point error. If you disable 
all CPU features in the advanced preferences (including FPU) save and 
restart VLC this problem seems to be gone. Maybe we do not initialise 
the FPU correctly?

Regards
Michael

Other related posts: