Describe the purpose of magic in xvmc structure.

Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivan Kalvachev 2009-02-14 16:24:45 +00:00
parent 4ef690f565
commit ff92137865
1 changed files with 1 additions and 1 deletions

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;