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