]> git.sesse.net Git - ffmpeg/commitdiff
docs: Fix a stray reference to tags in the generic doxy on dicts
authorMartin Storsjö <martin@martin.st>
Mon, 19 Mar 2012 12:21:52 +0000 (14:21 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 19 Mar 2012 14:07:38 +0000 (16:07 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/dict.h

index 6e28b61406f782677f385af22a91fb6dd6ec7f83..fd53036dd0d87519edd5d0d2859dcdf87c936e2f 100644 (file)
@@ -93,7 +93,7 @@ av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int
  * a dictionary struct is allocated and put in *pm.
  * @param key entry key to add to *pm (will be av_strduped depending on flags)
  * @param value entry value to add to *pm (will be av_strduped depending on flags).
- *        Passing a NULL value will cause an existing tag to be deleted.
+ *        Passing a NULL value will cause an existing entry to be deleted.
  * @return >= 0 on success otherwise an error code <0
  */
 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);