Commit ff921378 authored by Ivan Kalvachev's avatar Ivan Kalvachev

Describe the purpose of magic in xvmc structure.

Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4ef690f5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment