[FFmpeg-cvslog] vf_drawtext: fix permissions.
Nicolas George
git at videolan.org
Fri Aug 17 18:44:17 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Aug 14 18:42:51 2012 +0200| [d5765d472555240ce82f9aa24bbb7be2a8d77019] | committer: Nicolas George
vf_drawtext: fix permissions.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5765d472555240ce82f9aa24bbb7be2a8d77019
---
libavfilter/vf_drawtext.c | 3 +--
1 file changed, 1 insertion(+), 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, },
More information about the ffmpeg-cvslog
mailing list