]> git.sesse.net Git - ffmpeg/commitdiff
lavu/internal: Fix comment for avpriv_dict_set_timestamp
authorJun Zhao <barryjzhao@tencent.com>
Sat, 6 Jun 2020 09:04:58 +0000 (17:04 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Sun, 14 Jun 2020 04:27:10 +0000 (12:27 +0800)
Fix comment for avpriv_dict_set_timestamp from b72a7b96f84

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavutil/internal.h

index b87cc6d6975ae0a15f3e80cc153116176f349965..12f824d97ab441ee80f76f95b6c44bf757aa8a24 100644 (file)
@@ -320,7 +320,8 @@ void ff_check_pixfmt_descriptors(void);
 /**
  * Set a dictionary value to an ISO-8601 compliant timestamp string.
  *
- * @param s AVFormatContext
+ * @param dict pointer to a pointer to a dictionary struct. If *dict is NULL
+ *             a dictionary struct is allocated and put in *dict.
  * @param key metadata key
  * @param timestamp unix timestamp in microseconds
  * @return <0 on error