vf_colormatrix: fix permissions.

This commit is contained in:
Nicolas George 2012-08-14 18:41:29 +02:00
parent ceb8dc1e04
commit 12ff3faec0
1 changed files with 1 additions and 0 deletions

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,