mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
vf_select: require AV_PERM_PRESERVE.
This is only necessary because of the poll_frame implementation. Removing it altogether would be another solution.
This commit is contained in:
parent
f6647d8825
commit
469d07a0e4
@ -416,6 +416,7 @@ AVFilter avfilter_vf_select = {
|
||||
.inputs = (const AVFilterPad[]) {{ .name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.get_video_buffer = ff_null_get_video_buffer,
|
||||
.min_perms = AV_PERM_PRESERVE,
|
||||
.config_props = config_input,
|
||||
.start_frame = start_frame,
|
||||
.draw_slice = draw_slice,
|
||||
|
Loading…
Reference in New Issue
Block a user