Commit 0c66bc5b authored by iive's avatar iive

Describe the pirpose of magic in xvmc structure


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17237 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8c1ed7b0
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
struct xvmc_render_state { struct xvmc_render_state {
//these are not changed by the decoder! //these are not changed by the decoder!
int magic; int magic; ///< used as check for memory corruption by regular pixel routines
short * data_blocks; short * data_blocks;
XvMCMacroBlock * mv_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