Commit 04e76709 authored by Aurelien Jacobs's avatar Aurelien Jacobs

typo

Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4d55404f
...@@ -81,7 +81,7 @@ typedef struct AVMetadata AVMetadata; ...@@ -81,7 +81,7 @@ typedef struct AVMetadata AVMetadata;
/** /**
* gets a metadata element with matching key. * gets a metadata element with matching key.
* @param prev set to the previous matching element to find the next. * @param prev set to the previous matching element to find the next.
* @param flags allows case as well as suffix insensitive comparissions. * @param flags allows case as well as suffix insensitive comparisons.
* @return found tag or NULL, changing key or value leads to undefined behavior. * @return found tag or NULL, changing key or value leads to undefined behavior.
*/ */
AVMetadataTag * AVMetadataTag *
......
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