1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi: remove remaining forgotten min/rej perms.

This commit is contained in:
Clément Bœsch
2013-03-10 02:32:35 +01:00
parent 806a66fd08
commit 96e4b00d62
14 changed files with 3 additions and 21 deletions

View File

@@ -480,7 +480,6 @@ static const AVFilterPad avfilter_vf_select_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = ff_null_get_video_buffer,
.min_perms = AV_PERM_PRESERVE,
.config_props = config_input,
.filter_frame = filter_frame,
},