summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r--libavcodec/xvmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h
index e011ac736a..4391590640 100644
--- a/libavcodec/xvmc.h
+++ b/libavcodec/xvmc.h
@@ -36,7 +36,7 @@
struct xvmc_render_state {
/** set by calling application */
//@{
- int magic; ///< used as a check against memory corruption by regular pixel routines
+ int magic_id; ///< used as a check against memory corruption by regular pixel routines or other API structure
short* data_blocks;
XvMCMacroBlock* mv_blocks;