[FFmpeg-soc] [soc]: r5583 - indeo5/ivi_common.c
kostya
subversion at mplayerhq.hu
Fri Jan 15 09:52:17 CET 2010
Author: kostya
Date: Fri Jan 15 09:52:16 2010
New Revision: 5583
Log:
cosmetics: vertical align
Modified:
indeo5/ivi_common.c
Modified: indeo5/ivi_common.c
==============================================================================
--- indeo5/ivi_common.c Fri Jan 15 09:50:55 2010 (r5582)
+++ indeo5/ivi_common.c Fri Jan 15 09:52:16 2010 (r5583)
@@ -215,7 +215,7 @@ int av_cold ff_ivi_init_tiles(IVIPlaneDe
for (x = 0; x < band->width; x += t_width) {
tile->xpos = x;
tile->ypos = y;
- tile->width = FFMIN(band->width - x, t_width);
+ tile->width = FFMIN(band->width - x, t_width);
tile->height = FFMIN(band->height - y, t_height);
tile->is_empty = tile->data_size = 0;
/* calculate number of macroblocks */
More information about the FFmpeg-soc
mailing list