Browse Source

vf_colormatrix: fix permissions.

tags/n1.0
Nicolas George 13 years ago
parent
commit
12ff3faec0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_colormatrix.c

+ 1
- 0
libavfilter/vf_colormatrix.c View File

@@ -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,


Loading…
Cancel
Save