mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vf_drawtext: fix permissions.
This commit is contained in:
parent
0238806f64
commit
d5765d4725
@ -826,8 +826,7 @@ AVFilter avfilter_vf_drawtext = {
|
||||
.end_frame = end_frame,
|
||||
.config_props = config_input,
|
||||
.min_perms = AV_PERM_WRITE |
|
||||
AV_PERM_READ,
|
||||
.rej_perms = AV_PERM_PRESERVE },
|
||||
AV_PERM_READ },
|
||||
{ .name = NULL}},
|
||||
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO, },
|
||||
|
Loading…
Reference in New Issue
Block a user