Commit 12ff3fae authored by Nicolas George's avatar Nicolas George

vf_colormatrix: fix permissions.

parent ceb8dc1e
......@@ -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,
......
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