lavfi/blockdetect: Reindent after last commit

release/5.1
Thilo Borgmann 3 years ago
parent b7cea55730
commit 72106d6cc3
  1. 8
      libavfilter/vf_blockdetect.c

@ -133,8 +133,8 @@ static float calculate_blockiness(BLKContext *s, int w, int h,
}
}
if (block_count && nonblock_count) {
temp = (block / block_count) / (nonblock / nonblock_count);
ret = FFMAX(ret, temp);
temp = (block / block_count) / (nonblock / nonblock_count);
ret = FFMAX(ret, temp);
}
}
@ -178,8 +178,8 @@ static float calculate_blockiness(BLKContext *s, int w, int h,
}
}
if (block_count && nonblock_count) {
temp = (block / block_count) / (nonblock / nonblock_count);
ret = FFMAX(ret, temp);
temp = (block / block_count) / (nonblock / nonblock_count);
ret = FFMAX(ret, temp);
}
}

Loading…
Cancel
Save