summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index b87cc6d697..12f824d97a 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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