Re: [FFmpeg-devel] [PATCH 1/2] lavu/internal: Fix comment for avpriv_dict_set_timestamp

2020-06-09 Thread James Almer
On 6/9/2020 10:48 AM, Jun Zhao wrote:
> From: Jun Zhao 
> 
> Fix comment for avpriv_dict_set_timestamp from b72a7b96f84
> 
> Signed-off-by: Jun Zhao 
> ---
>  libavutil/internal.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/libavutil/internal.h b/libavutil/internal.h
> index 4acbcf5..50ba73d 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.

Vertical alignment if you use more than one line. this line should start
where "pointer" is.

>   * @param key metadata key
>   * @param timestamp unix timestamp in microseconds
>   * @return <0 on error
> 

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

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

2020-06-09 Thread Jun Zhao
From: Jun Zhao 

Fix comment for avpriv_dict_set_timestamp from b72a7b96f84

Signed-off-by: Jun Zhao 
---
 libavutil/internal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 4acbcf5..50ba73d 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
-- 
2.7.4

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

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

2020-06-09 Thread Jun Zhao
From: Jun Zhao 

Fix comment for avpriv_dict_set_timestamp from b72a7b96f84

Signed-off-by: Jun Zhao 
---
 libavutil/internal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 4acbcf5..50ba73d 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
-- 
2.7.4

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".