[FFmpeg-cvslog] deshake: nicer looking defaults

Michael Niedermayer git at videolan.org
Tue Oct 4 02:29:51 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct  4 02:15:18 2011 +0200| [2cdb5e1986f313589d04e5b675d9f8759ccdc99d] | committer: Michael Niedermayer

deshake: nicer looking defaults

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2cdb5e1986f313589d04e5b675d9f8759ccdc99d
---

 libavfilter/vf_deshake.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 838a28a..56ea840 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;



More information about the ffmpeg-cvslog mailing list