From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 2CC1443598 for ; Wed, 17 Aug 2022 17:06:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 553CB68B916; Wed, 17 Aug 2022 20:05:57 +0300 (EEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 64B0568B900 for ; Wed, 17 Aug 2022 20:05:51 +0300 (EEST) Received: by mail-pj1-f47.google.com with SMTP id g18so4065451pju.0 for ; Wed, 17 Aug 2022 10:05:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=PZyujB44X2IffZMLo6KdfvwTdYO/TZjCOJClq/bJTPs=; b=ggNhSQsVDB7yO+H/4T0EN/eF47Pu0drjKoKu+yyygNhxF9ANSghegKhnEmBJOYXhbr A/t53ze4+giwJFVlwgxLvdgU4v4WtmU5XzhYJRA3QlB391oqdb8Nv2wDiNdq5R1lFZJT aJev86T8qmekXHXSF9hkfsV5WOXFbOI/a7KzpOLP8tet+PRrD0TGhZn+xV7QgMv3VT7U rTxpUVh5VpR8bSJl05N1spVT+9MwrlIacsBh9cVtUE+z7fDsvhGhno//XAmCAcjqdIHz 6cK4hUtc3gMZj7Q44Ol7oZ62lxmq6zY7PM8H2cP+CHdUGrooh1iva1J09+tEll/cgViT zRkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=PZyujB44X2IffZMLo6KdfvwTdYO/TZjCOJClq/bJTPs=; b=0HkefOC6xFOUDILizCmAuaJd14qbpK2F+g43VVEk5onl+UB9cpkBNw80JUzPYCwFkt aV9v8iJBJMFuF3sFn9cRa7OdBKJPl1T0txBR/uTmUVoaf/nWA74J+AgobFXWfbzX4V67 OsSSuAgfRpekkGIokI7l8bKF62MK15qzG8wfttdxRaWaaRynH3BT7Dn9+D8LNeAqp248 0p1X/DiJY37wl/S1qlXlNPz6rLvoQXo4KrU82fZ7KF/c9A3Ve0fSjfIALRTnEmh6DZs4 jY5J4scDk3PQvRRIbHSBuiuIg2Q3iV4JmoH+0UFjhTjcvnUi6BJtsiBGcKW9aqOKTvPH iq0Q== X-Gm-Message-State: ACgBeo3IMg74zschHgLuQ79G6gcrWJ42LfM6aowiT3I70J+sYv17lb+r Fsgl56FszXreM4LFmXwuwewZEACO1ec= X-Google-Smtp-Source: AA6agR7eMBf8+c5BJvYhNmKS/suN1NTedRgGtcNqdihRVeUmtDLYR3u0x9S9nSXWSzeYq6/QnPDRvA== X-Received: by 2002:a17:903:22c7:b0:171:516d:d2a4 with SMTP id y7-20020a17090322c700b00171516dd2a4mr27547979plg.98.1660755949126; Wed, 17 Aug 2022 10:05:49 -0700 (PDT) Received: from wilferico.thefacebook.com ([2620:10d:c090:400::5:9cd9]) by smtp.gmail.com with ESMTPSA id 3-20020a620603000000b0052b7f0ff197sm10755809pfg.49.2022.08.17.10.05.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 10:05:48 -0700 (PDT) From: Chema Gonzalez To: ffmpeg-devel@ffmpeg.org Date: Wed, 17 Aug 2022 10:05:39 -0700 Message-Id: <20220817170539.827774-2-chemag@gmail.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220817170539.827774-1-chemag@gmail.com> References: <20220817170539.827774-1-chemag@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/1] doc: fix binary values of SI prefixes X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Chema Gonzalez Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- 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 -- 2.37.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".