diff mbox series

[FFmpeg-devel,v1] doc/utils: add more examples for valid time duration

Message ID 20200408021044.19985-1-lance.lmwang@gmail.com
State Accepted
Commit e7626e4e7975ff887478ecd53a39f06b3d629751
Headers show
Series [FFmpeg-devel,v1] doc/utils: add more examples for valid time duration | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Lance Wang April 8, 2020, 2:10 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 doc/utils.texi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Lance Wang May 1, 2020, 10:21 a.m. UTC | #1
On Wed, Apr 08, 2020 at 10:10:44AM +0800, lance.lmwang@gmail.com wrote:
> From: Limin Wang <lance.lmwang@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>  doc/utils.texi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/doc/utils.texi b/doc/utils.texi
> index 05a2f81626..ca599f145b 100644
> --- a/doc/utils.texi
> +++ b/doc/utils.texi
> @@ -126,6 +126,15 @@ The following examples are all valid time duration:
>  @item 55
>  55 seconds
>  
> +@item 0.2
> +0.2 seconds
> +
> +@item 200ms
> +200 milliseconds, that's 0.2s
> +
> +@item 200000us
> +200000 microseconds, that's 0.2s
> +

will apply.

>  @item 12:03:45
>  12 hours, 03 minutes and 45 seconds
>  
> -- 
> 2.21.0
>
diff mbox series

Patch

diff --git a/doc/utils.texi b/doc/utils.texi
index 05a2f81626..ca599f145b 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -126,6 +126,15 @@  The following examples are all valid time duration:
 @item 55
 55 seconds
 
+@item 0.2
+0.2 seconds
+
+@item 200ms
+200 milliseconds, that's 0.2s
+
+@item 200000us
+200000 microseconds, that's 0.2s
+
 @item 12:03:45
 12 hours, 03 minutes and 45 seconds