Browse Source

vf_fieldorder: fix permissions.

tags/n1.0
Nicolas George 13 years ago
parent
commit
738fab17ea
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/vf_fieldorder.c

+ 1
- 2
libavfilter/vf_fieldorder.c View File

@@ -247,8 +247,7 @@ AVFilter avfilter_vf_fieldorder = {
.get_video_buffer = get_video_buffer,
.draw_slice = draw_slice,
.end_frame = end_frame,
.min_perms = AV_PERM_READ,
.rej_perms = AV_PERM_REUSE2|AV_PERM_PRESERVE,},
.min_perms = AV_PERM_READ | AV_PERM_PRESERVE },
{ .name = NULL}},
.outputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO, },


Loading…
Cancel
Save