summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-16 00:21:16 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-16 00:21:16 +0000
commitcad1928f15982f7ace62d5a702fff2f369b99055 (patch)
tree3e1302e41126a350e417ba320f4eddff207e4293 /libavcodec/xvmc.h
parent648410c1fc36e10d88e2925bdc24123bcfca4403 (diff)
Give struct members more sensible names:
total_number_of_mv_blocks --> allocated_mv_blocks total_number_of_data_blocks --> allocated_data_blocks Originally committed as revision 17356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r--libavcodec/xvmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h
index cb56d50bf3..34da48494b 100644
--- a/libavcodec/xvmc.h
+++ b/libavcodec/xvmc.h
@@ -66,13 +66,13 @@ struct xvmc_pix_fmt {
- application - set during initialization
- libavcodec - unchanged
*/
- int total_number_of_mv_blocks;
+ int allocated_mv_blocks;
/** Number of blocks that can be stored at once in the data_blocks array.
- application - set during initialization
- libavcodec - unchanged
*/
- int total_number_of_data_blocks;
+ int allocated_data_blocks;
/** Indicates that the hardware would interpret data_blocks as IDCT
coefficients and perform IDCT on them.