diff options
author | Martin Storsjö <martin@martin.st> | 2012-03-19 14:21:52 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-03-19 16:07:38 +0200 |
commit | 27b7459b8d008bcb8866e98b85a598e0beca9c22 (patch) | |
tree | e1d3bb8ef684ca9f6be41a5d933c99d502a7886b /libavutil/dict.h | |
parent | 17934c1824af1b46339d230e02da1896a5ffa8ce (diff) | |
download | ffmpeg-27b7459b8d008bcb8866e98b85a598e0beca9c22.tar.gz |
docs: Fix a stray reference to tags in the generic doxy on dicts
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r-- | libavutil/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h index 6e28b61406..fd53036dd0 100644 --- a/libavutil/dict.h +++ b/libavutil/dict.h @@ -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); |