You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vf_colormatrix: fix permissions.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user