diff mbox series

[FFmpeg-devel,1/1] doc: fix binary values of SI prefixes

Message ID 20220817170539.827774-2-chemag@gmail.com
State Accepted
Commit 59225b459fcf6c8b20ef7585cd87e73cb6a4113d
Headers show
Series doc: fix binary values of SI prefixes | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Chema Gonzalez Aug. 17, 2022, 5:05 p.m. UTC
---
 doc/utils.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Andreas Rheinhardt Aug. 18, 2022, 3:09 p.m. UTC | #1
Chema Gonzalez:
> ---
>  doc/utils.texi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/doc/utils.texi b/doc/utils.texi
> index 232a0608b3..627b55d154 100644
> --- a/doc/utils.texi
> +++ b/doc/utils.texi
> @@ -1073,13 +1073,13 @@ indication of the corresponding powers of 10 and of 2.
>  @item T
>  10^12 / 2^40
>  @item P
> -10^15 / 2^40
> +10^15 / 2^50
>  @item E
> -10^18 / 2^50
> +10^18 / 2^60
>  @item Z
> -10^21 / 2^60
> +10^21 / 2^70
>  @item Y
> -10^24 / 2^70
> +10^24 / 2^80
>  @end table
>  
>  @c man end EXPRESSION EVALUATION

Will apply.

- Andreas
diff mbox series

Patch

diff --git a/doc/utils.texi b/doc/utils.texi
index 232a0608b3..627b55d154 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -1073,13 +1073,13 @@  indication of the corresponding powers of 10 and of 2.
 @item T
 10^12 / 2^40
 @item P
-10^15 / 2^40
+10^15 / 2^50
 @item E
-10^18 / 2^50
+10^18 / 2^60
 @item Z
-10^21 / 2^60
+10^21 / 2^70
 @item Y
-10^24 / 2^70
+10^24 / 2^80
 @end table
 
 @c man end EXPRESSION EVALUATION