deshake: nicer looking defaults

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-04 02:15:18 +02:00
parent 0cc2ed4a20
commit 2cdb5e1986

View File

@ -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;