[FFmpeg-cvslog] r16384 - trunk/libavfilter/avfilter.h
stefano
subversion
Mon Dec 29 13:11:02 CET 2008
Author: stefano
Date: Mon Dec 29 13:11:01 2008
New Revision: 16384
Log:
Fix typos.
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h Mon Dec 29 13:00:38 2008 (r16383)
+++ trunk/libavfilter/avfilter.h Mon Dec 29 13:11:01 2008 (r16384)
@@ -257,7 +257,7 @@ struct AVFilterPad
enum CodecType type;
/**
- * Minimum required permissions on incoming buffers. Any buffers with
+ * Minimum required permissions on incoming buffers. Any buffer with
* insufficient permissions will be automatically copied by the filter
* system to a new buffer which provides the needed access permissions.
*
@@ -267,7 +267,7 @@ struct AVFilterPad
/**
* Permissions which are not accepted on incoming buffers. Any buffer
- * which has any of these permissions set be automatically copied by the
+ * 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.
*
More information about the ffmpeg-cvslog
mailing list