summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-04 02:15:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-04 02:15:18 +0200
commit2cdb5e1986f313589d04e5b675d9f8759ccdc99d (patch)
treee3f562e6ad8f578fedb6606b3cf7e40253f90bba
parent0cc2ed4a206551d3c1def87e6b40c67bc1caf294 (diff)
deshake: nicer looking defaults
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavfilter/vf_deshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 838a28a0ba..56ea840aa6 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_deshake.c
@@ -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;