]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/dict.h
timecode: move timecode muxer options to metadata.
[ffmpeg] / libavutil / dict.h
index 2adf28c124977b334ede9c8468151444e7fe65fd..5a572248fb3a97a91599e7169f79a6c2b37798c4 100644 (file)
@@ -99,7 +99,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);