This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
deshake: nicer looking defaults
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
0cc2ed4a20
commit
2cdb5e1986
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save