mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 04:44:25 +00: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 {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user