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;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit