diff libvo/vo_xvmc.c @ 28576:a6b506faeb34

Replace double semicolon by single semicolon.
author diego
date Mon, 16 Feb 2009 02:00:29 +0000
parents 109923244a8e
children 4172d83194f2
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Mon Feb 16 00:29:25 2009 +0000
+++ b/libvo/vo_xvmc.c	Mon Feb 16 02:00:29 2009 +0000
@@ -529,7 +529,7 @@
       surface_render[i].data_blocks = data_blocks.blocks;
       surface_render[i].mv_blocks = mv_blocks.macro_blocks;
       surface_render[i].allocated_mv_blocks = numblocks;
-      surface_render[i].allocated_data_blocks = numblocks*blocks_per_macroblock;;
+      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];