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 3829F444F6 for ; Fri, 14 Oct 2022 06:29:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C878468BB1C; Fri, 14 Oct 2022 09:29:34 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 47F9F68BB1C for ; Fri, 14 Oct 2022 09:29:28 +0300 (EEST) Received: from b3f2f4f02429fd693cede1faeaf102ce ([1.145.200.216]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 29E6TMHj000870 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Fri, 14 Oct 2022 06:29:26 GMT Date: Fri, 14 Oct 2022 17:29:18 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <60dd247df79a86276078098726ab3db1f0e47e4e.1665728570.git.pross@xvid.org> References: <5781e37ed86f8c9554a5754103d6a7ea5dcd6661.1665728570.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <5781e37ed86f8c9554a5754103d6a7ea5dcd6661.1665728570.git.pross@xvid.org> Subject: [FFmpeg-devel] [PATCH 2/2] avcodec/vp3data: rectify comment 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 Content-Type: multipart/mixed; boundary="===============8453063629132168890==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8453063629132168890== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HTXn/FS1jU7Ecf61" Content-Disposition: inline --HTXn/FS1jU7Ecf61 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- they're actually one byte different. libavcodec/vp3data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h index 317797a697..a347f492ad 100644 --- a/libavcodec/vp3data.h +++ b/libavcodec/vp3data.h @@ -25,7 +25,7 @@ #include =20 /* these coefficients dequantize intraframe Y plane coefficients - * (note: same as JPEG) */ + * (note: almost the same as JPEG) */ static const uint8_t vp31_intra_y_dequant[64] =3D { 16, 11, 10, 16, 24, 40, 51, 61, 12, 12, 14, 19, 26, 58, 60, 55, --=20 2.35.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --HTXn/FS1jU7Ecf61 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY0kBvgAKCRBnYHnFrEDd awJYAJ4gJ/VD1e7dJgQp+SRXvlE/uQmHtgCgnSd9RS1uXJhwhfZsyPH/orbiUL4= =21q2 -----END PGP SIGNATURE----- --HTXn/FS1jU7Ecf61-- --===============8453063629132168890== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============8453063629132168890==--