From 1fcef40847b9beab5b1979c10efd78aa1094dbe7 Mon Sep 17 00:00:00 2001 From: Ivan Kalvachev Date: Sun, 15 Feb 2009 18:45:22 +0000 Subject: Rename unique_id to the way michaelni likes it. (xvmc_id) Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xvmc.h') 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; -- cgit v1.2.3