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

@@ -343,7 +343,6 @@ static const AVFilterPad noise_inputs[] = {
.get_video_buffer = ff_null_get_video_buffer,
.filter_frame = filter_frame,
.config_props = config_input,
.min_perms = AV_PERM_READ,
},
{ NULL }
};