Fix typos.

Originally committed as revision 16384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-12-29 12:11:01 +00:00
parent 45a92230e1
commit 91535e5f38
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*