[FFmpeg-cvslog] vf_colormatrix: 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:41:29 2012 +0200| [12ff3faec053e97bf910c69c7e1962a5ce88a221] | committer: Nicolas George
vf_colormatrix: fix permissions.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12ff3faec053e97bf910c69c7e1962a5ce88a221
---
libavfilter/vf_colormatrix.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c
index 45bff8f..1605286 100644
--- a/libavfilter/vf_colormatrix.c
+++ b/libavfilter/vf_colormatrix.c
@@ -381,6 +381,7 @@ AVFilter avfilter_vf_colormatrix = {
.inputs = (AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = config_input,
+ .min_perms = AV_PERM_READ | AV_PERM_WRITE,
.start_frame = start_frame,
.get_video_buffer = get_video_buffer,
.draw_slice = null_draw_slice,
More information about the ffmpeg-cvslog
mailing list