summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-14 18:42:51 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-17 18:26:41 +0200
commitd5765d472555240ce82f9aa24bbb7be2a8d77019 (patch)
treeedbcee003bd238f5d778b399998120d8183eb1ad /libavfilter/vf_drawtext.c
parent0238806f64d60d8d898b1fc3d76ffbf48a3fc43a (diff)
downloadffmpeg-streaming-d5765d472555240ce82f9aa24bbb7be2a8d77019.zip
ffmpeg-streaming-d5765d472555240ce82f9aa24bbb7be2a8d77019.tar.gz
vf_drawtext: fix permissions.
Diffstat (limited to 'libavfilter/vf_drawtext.c')
-rw-r--r--libavfilter/vf_drawtext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index 52da50d..9ae601d 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, },
OpenPOWER on IntegriCloud