deshake: misc style fixes.

pull/2/head
Clément Bœsch 14 years ago
parent b0f270fdef
commit d4005e22c3
  1. 2
      libavfilter/vf_deshake.c

@ -251,7 +251,7 @@ static void find_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2,
int contrast; int contrast;
int pos; 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; double totalangles = 0;
int center_x = 0, center_y = 0; int center_x = 0, center_y = 0;

Loading…
Cancel
Save