]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deshake.c
Fix misspellings of FFmpeg
[ffmpeg] / libavfilter / vf_deshake.c
index 10d789fd8d0038ab1696d1400075da2b1c221607..45da72b0799b460b614d7c99338c353a19bcad09 100644 (file)
@@ -377,7 +377,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
         deshake->cx &= ~15;
     }
 
-    av_log(ctx, AV_LOG_INFO, "cx: %d, cy: %d, cw: %d, ch: %d, rx: %d, ry: %d, edge: %d blocksize: %d contrast: %d search: %d\n",
+    av_log(ctx, AV_LOG_VERBOSE, "cx: %d, cy: %d, cw: %d, ch: %d, rx: %d, ry: %d, edge: %d blocksize: %d contrast: %d search: %d\n",
            deshake->cx, deshake->cy, deshake->cw, deshake->ch,
            deshake->rx, deshake->ry, deshake->edge, deshake->blocksize * 2, deshake->contrast, deshake->search);