Sync renaming of xvmc struct members in FFmpeg.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28610 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-16 00:29:25 +00:00
parent ed6cb5732f
commit eacf4421f4
1 changed files with 2 additions and 2 deletions

View File

@ -528,8 +528,8 @@ int vm = flags & VOFLAG_MODESWITCHING;
surface_render[i].xvmc_id = AV_XVMC_ID;
surface_render[i].data_blocks = data_blocks.blocks;
surface_render[i].mv_blocks = mv_blocks.macro_blocks;
surface_render[i].total_number_of_mv_blocks = numblocks;
surface_render[i].total_number_of_data_blocks = numblocks*blocks_per_macroblock;;
surface_render[i].allocated_mv_blocks = numblocks;
surface_render[i].allocated_data_blocks = numblocks*blocks_per_macroblock;;
surface_render[i].idct = (surface_info.mc_type & XVMC_IDCT) == XVMC_IDCT;
surface_render[i].unsigned_intra = (surface_info.flags & XVMC_INTRA_UNSIGNED) == XVMC_INTRA_UNSIGNED;
surface_render[i].p_surface = &surface_array[i];