deshake: misc style fixes.

This commit is contained in:
Clément Bœsch 2011-10-04 21:33:54 +02:00
parent b0f270fdef
commit d4005e22c3

View File

@ -251,7 +251,7 @@ static void find_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2,
int contrast;
int pos;
double *angles= av_malloc(sizeof(double)*width*height/(16*deshake->blocksize));
double *angles = av_malloc(sizeof(*angles) * width * height / (16 * deshake->blocksize));
double totalangles = 0;
int center_x = 0, center_y = 0;