changeset 8838:2385ba645d7e libavcodec

Describe the purpose of magic in xvmc structure.
author iive
date Sat, 14 Feb 2009 16:24:45 +0000
parents 867767165fa8
children 88477203beee
files xvmc.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;