1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

vf_deshake: fix permissions.

This commit is contained in:
Nicolas George 2012-08-14 18:42:12 +02:00
parent f3133a48e5
commit 84923555bb

View File

@ -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",