summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 27d952d17c..75d8c76297 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -267,9 +267,10 @@ struct AVFilterPad
/**
* Permissions which are not accepted on incoming buffers. Any buffer
- * which has any of these permissions set will be automatically copied by the
- * filter system to a new buffer which does not have those permissions.
- * This can be used to easily disallow buffers with AV_PERM_REUSE.
+ * which has any of these permissions set will be automatically copied
+ * by the filter system to a new buffer which does not have those
+ * permissions. This can be used to easily disallow buffers with
+ * AV_PERM_REUSE.
*
* Input pads only.
*/