Commit 2cdb5e19 authored by Michael Niedermayer's avatar Michael Niedermayer

deshake: nicer looking defaults

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0cc2ed4a
......@@ -333,7 +333,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
deshake->rx = 16;
deshake->ry = 16;
deshake->edge = FILL_BLANK;
deshake->edge = FILL_MIRROR;
deshake->blocksize = 8;
deshake->contrast = 125;
deshake->search = EXHAUSTIVE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment