Commit 5882144e authored by mstorsjo's avatar mstorsjo

metadata: mention how to remove tags.

Patch by Anton Khirnov, wyskas at gmail


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23468 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 354b83e1
......@@ -153,7 +153,8 @@ attribute_deprecated int av_metadata_set(AVMetadata **pm, const char *key, const
/**
* Sets the given tag in m, overwriting an existing tag.
* @param key tag key to add to m (will be av_strduped depending on flags)
* @param value tag value to add to m (will be av_strduped depending on flags)
* @param value tag value to add to m (will be av_strduped depending on flags).
* Passing a NULL value will cause an existing tag to be deleted.
* @return >= 0 on success otherwise an error code <0
*/
int av_metadata_set2(AVMetadata **pm, const char *key, const char *value, int flags);
......
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