diff mbox series

[FFmpeg-devel,v2,1/2] lavu/internal: Fix comment for avpriv_dict_set_timestamp

Message ID 1591715161-11246-1-git-send-email-mypopydev@gmail.com
State Accepted
Commit 0a0158e45d467593d08d4cfd16cdc1be242090f5
Headers show
Series [FFmpeg-devel,v2,1/2] lavu/internal: Fix comment for avpriv_dict_set_timestamp | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Jun Zhao June 9, 2020, 3:06 p.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Fix comment for avpriv_dict_set_timestamp from b72a7b96f84

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 libavutil/internal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 4acbcf5..373a662 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -353,7 +353,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