# HG changeset patch # User iive # Date 1234628685 0 # Node ID 2385ba645d7e225021c9ff552e202ec5393b78ba # Parent 867767165fa8c3320437042d419326d4104d1637 Describe the purpose of magic in xvmc structure. diff -r 867767165fa8 -r 2385ba645d7e xvmc.h --- a/xvmc.h Sat Feb 14 16:23:08 2009 +0000 +++ b/xvmc.h Sat Feb 14 16:24:45 2009 +0000 @@ -40,7 +40,7 @@ struct xvmc_render_state { //these are not changed by the decoder! - int magic; + int magic; ///< used as check for memory corruption by regular pixel routines short * data_blocks; XvMCMacroBlock * mv_blocks;