ffmpeg | branch: master | Martin Vignali <[email protected]> | Sun Dec 3 17:04:38 2017 +0100| [6e3e696591483747d99d7fda8da1b7f1f7932cab] | committer: Martin Vignali
avfilter/x86/vf_threshold : cosmetic indent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e3e696591483747d99d7fda8da1b7f1f7932cab --- libavfilter/x86/vf_threshold.asm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavfilter/x86/vf_threshold.asm b/libavfilter/x86/vf_threshold.asm index 117cc98fe2..fb008c376a 100644 --- a/libavfilter/x86/vf_threshold.asm +++ b/libavfilter/x86/vf_threshold.asm @@ -32,15 +32,15 @@ SECTION .text %macro THRESHOLD_8 0 cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesize, flinesize, slinesize, olinesize, w, h, x - mov wd, dword wm - mov hd, dword hm + mov wd, dword wm + mov hd, dword hm VBROADCASTI128 m4, [pb_128] - add inq, wq - add thresholdq, wq - add minq, wq - add maxq, wq - add outq, wq - neg wq + add inq, wq + add thresholdq, wq + add minq, wq + add maxq, wq + add outq, wq + neg wq .nextrow: mov xq, wq _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
