On Fri, May 04, 2007 at 01:30:22PM +0000, Sandro Santilli wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Sandro Santilli <strk>  07/05/04 13:30:21
> 
> Modified files:
>       .              : ChangeLog 
>       gui            : gui.cpp 
> 
> Log message:
>               * gui/gui.cpp: Add RENDER_ONE_FRAME_EVERY macro to skip
>                 rendering of a given fraction of movie frames (for debugging).

This is actually for profiling. Currently NO frames are skipped, so if
either ::advance or :display takes longer then FPS your experience would
just be to see the animation speed decrease. By defining this macro you
can see what would the effect be of frame skipping (altought a time-based
skipping would actually give different results).

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to