You've already forked FFmpeg
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:
committed by
Clément Bœsch
parent
56b98dfc4f
commit
cc5c667eb1
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user