summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
diff options
context:
space:
mode:
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.