This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Describe the purpose of magic in xvmc structure.
Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivan Kalvachev
17 years ago
parent
4ef690f565
commit
ff92137865
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/xvmc.h
+ 1
- 1
libavcodec/xvmc.h
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;
Write
Preview
Loading…
Cancel
Save