diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-08-14 18:42:51 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-08-17 18:26:41 +0200 |
commit | d5765d472555240ce82f9aa24bbb7be2a8d77019 (patch) | |
tree | edbcee003bd238f5d778b399998120d8183eb1ad /libavfilter/vf_drawtext.c | |
parent | 0238806f64d60d8d898b1fc3d76ffbf48a3fc43a (diff) | |
download | ffmpeg-d5765d472555240ce82f9aa24bbb7be2a8d77019.tar.gz |
vf_drawtext: fix permissions.
Diffstat (limited to 'libavfilter/vf_drawtext.c')
-rw-r--r-- | libavfilter/vf_drawtext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 52da50da0c..9ae601d9ba 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -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, }, |