Browse Source

deshake: nicer looking defaults

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
2cdb5e1986
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_deshake.c

+ 1
- 1
libavfilter/vf_deshake.c 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;


Loading…
Cancel
Save