Commit db03e7e5 authored by stefano's avatar stefano

Document the behavior of av_metadata_get() if the prev parameter is

NULL.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22704 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bb116bdc
......@@ -131,6 +131,7 @@ typedef struct AVMetadataConv AVMetadataConv;
/**
* Gets a metadata element with matching key.
* @param prev Set to the previous matching element to find the next.
* If set to NULL the first matching element is returned.
* @param flags Allows case as well as suffix-insensitive comparisons.
* @return Found tag or NULL, changing key or value leads to undefined behavior.
*/
......
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