Browse Source

lavu/internal: Fix comment for avpriv_dict_set_timestamp

Fix comment for avpriv_dict_set_timestamp from b72a7b96f8

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
tags/n4.4
Jun Zhao 5 years ago
parent
commit
0a0158e45d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavutil/internal.h

+ 2
- 1
libavutil/internal.h View 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


Loading…
Cancel
Save