[FFmpeg-cvslog] vf_deshake: fix permissions.
Nicolas George
git at videolan.org
Fri Aug 17 18:44:17 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Aug 14 18:42:12 2012 +0200| [84923555bb975137a8dc8b2458a7ab0284697e59] | committer: Nicolas George
vf_deshake: fix permissions.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84923555bb975137a8dc8b2458a7ab0284697e59
---
libavfilter/vf_deshake.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index d03671c..ac0a013 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_deshake.c
@@ -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",
More information about the ffmpeg-cvslog
mailing list