Browse Source

Describe the purpose of magic in xvmc structure.

Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivan Kalvachev 17 years ago
parent
commit
ff92137865
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/xvmc.h

+ 1
- 1
libavcodec/xvmc.h View File

@@ -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;


Loading…
Cancel
Save