summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colormatrix.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 18:41:29 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 18:26:40 +0200
commit12ff3faec053e97bf910c69c7e1962a5ce88a221 (patch)
tree1fe44a35bb1af242acbf37810ad14f20ed46209b /libavfilter/vf_colormatrix.c
parentceb8dc1e04ea20fd6bec6980cb9ae29ce7a1fcea (diff)
downloadffmpeg-12ff3faec053e97bf910c69c7e1962a5ce88a221.tar.gz
vf_colormatrix: fix permissions.
Diffstat (limited to 'libavfilter/vf_colormatrix.c')
-rw-r--r--libavfilter/vf_colormatrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c
index 45bff8f6e4..1605286a45 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,