mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
4ef690f565
commit
ff92137865
@ -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…
Reference in New Issue
Block a user