Commit 84923555 authored by Nicolas George's avatar Nicolas George

vf_deshake: fix permissions.

parent f3133a48
......@@ -553,7 +553,7 @@ AVFilter avfilter_vf_deshake = {
.draw_slice = draw_slice,
.end_frame = end_frame,
.config_props = config_props,
.min_perms = AV_PERM_READ, },
.min_perms = AV_PERM_READ | AV_PERM_PRESERVE, },
{ .name = NULL}},
.outputs = (const AVFilterPad[]) {{ .name = "default",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment