gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/dlist.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog server/dlist.cpp
Date: Tue, 24 Jul 2007 16:31:46 +0200

On Tue, Jul 24, 2007 at 01:25:10PM +0000, Udo Giacomozzi wrote:
> CVSROOT:      /cvsroot/gnash
> Module name:  gnash
> Changes by:   Udo Giacomozzi <udog>   07/07/24 13:25:10
> 
> Modified files:
>       .              : ChangeLog 
>       server         : dlist.cpp 
> 
> Log message:
>       server/dlist.cpp: handle masks of certain malformed(?) movies correctly 
> (see bug #20527)

  bool isMask() const { return m_clip_depth!=noClipDepthValue; }

Could it be we "forget" to set the clip depth to noClipDepthValue ?
We want to log_swferror on actually malformed SWF, or fix other bugs if the SWF 
is sane.
"hushing" the warning like this doesn't seem safe to me.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]