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;



_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to