[FFmpeg-cvslog] lavfi/blockdetect: Reindent after last commit
Thilo Borgmann
git at videolan.org
Mon Jun 6 10:10:12 EEST 2022
ffmpeg | branch: master | Thilo Borgmann <thilo.borgmann at mail.de> | Sat Jun 4 13:47:31 2022 +0200| [72106d6cc310b33ffa5b18367772d74f327acd1e] | committer: Thilo Borgmann
lavfi/blockdetect: Reindent after last commit
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72106d6cc310b33ffa5b18367772d74f327acd1e
---
libavfilter/vf_blockdetect.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavfilter/vf_blockdetect.c b/libavfilter/vf_blockdetect.c
index 85fca68945..27283590be 100644
--- a/libavfilter/vf_blockdetect.c
+++ b/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);
}
}
More information about the ffmpeg-cvslog
mailing list