summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
diff options
context:
space:
mode:
authorIvan Kalvachev <ikalvachev@gmail.com>2009-02-15 18:45:22 +0000
committerIvan Kalvachev <ikalvachev@gmail.com>2009-02-15 18:45:22 +0000
commit1fcef40847b9beab5b1979c10efd78aa1094dbe7 (patch)
tree435f4ae2bd2ed01b2aaa826713a7727b582c65c1 /libavcodec/xvmc.h
parent3d43e42f293bd79a4b4cd93b499f438827481eb8 (diff)
Rename unique_id to the way michaelni likes it. (xvmc_id)
Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r--libavcodec/xvmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h
index 95343e9ad9..5c879579fe 100644
--- a/libavcodec/xvmc.h
+++ b/libavcodec/xvmc.h
@@ -38,7 +38,7 @@ struct xvmc_pix_fmt {
Once set these values are not supposed to be modified.
*/
//@{
- int unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure
+ int xvmc_id; ///< used as a check against memory corruption by regular pixel routines or other API structure
short* data_blocks;
XvMCMacroBlock* mv_blocks;