gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp
Date: Wed, 6 Jun 2007 15:38:56 +0200

On Wed, Jun 06, 2007 at 01:24:52PM +0000, Udo Giacomozzi wrote:
>      // NOTE: Assuming that the source image is RGB 8:8:8
>      
> @@ -445,6 +447,9 @@
>    
>      image::rgb* frame = static_cast<image::rgb*>(baseframe);

If the NOTE and the static_cast are related, consider adding an assertion
above the static cast:

        assert(dynamic_cast<image::rgb*>(baseframe));

I guess this is one of those "caches" preventing multiple renderers in
a single run...


--strk;





reply via email to

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