1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avfilter/signalstats: reindent after previous commit

This commit is contained in:
Clément Bœsch
2014-11-16 21:12:54 +01:00
committed by Clément Bœsch
parent 56b98dfc4f
commit cc5c667eb1

View File

@@ -180,7 +180,7 @@ static int filter_tout(SignalstatsContext *s, const AVFrame *in, AVFrame *out, i
// should check that video format is infact interlaced.
#define FILTER(i, j) \
filter_tout_outlier(p[(y-j) * lw + x + i], \
filter_tout_outlier(p[(y-j) * lw + x + i], \
p[ y * lw + x + i], \
p[(y+j) * lw + x + i])