Commit c35b153c authored by stefano's avatar stefano

Fix typos.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 63300a6b
...@@ -257,7 +257,7 @@ struct AVFilterPad ...@@ -257,7 +257,7 @@ struct AVFilterPad
enum CodecType type; 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 * insufficient permissions will be automatically copied by the filter
* system to a new buffer which provides the needed access permissions. * system to a new buffer which provides the needed access permissions.
* *
...@@ -267,7 +267,7 @@ struct AVFilterPad ...@@ -267,7 +267,7 @@ struct AVFilterPad
/** /**
* Permissions which are not accepted on incoming buffers. Any buffer * 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. * filter system to a new buffer which does not have those permissions.
* This can be used to easily disallow buffers with AV_PERM_REUSE. * This can be used to easily disallow buffers with AV_PERM_REUSE.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment