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 254E8477C4 for ; Mon, 23 Oct 2023 10:12:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1B2B668BEFE; Mon, 23 Oct 2023 13:12:39 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2304968BEFE for ; Mon, 23 Oct 2023 13:12:31 +0300 (EEST) Received: from 381ffcaa0aae670d3ff23e2d15497aef ([1.145.227.192]) (authenticated (0 bits)) by mx.sdf.org (8.16.1/8.14.5) with ESMTPSA id 39NACFqb021566 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 23 Oct 2023 10:12:28 GMT Date: Mon, 23 Oct 2023 21:12:10 +1100 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <04cb126b825dc1e39c3b4140af8813ddfd03dfdb.1697615459.git.pross@xvid.org> <7504e36707a4deaddc61e489839637137f7db7e5.1697615459.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/3] avcodec/rv60: RealVideo 6.0 decoder 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="===============7863375552953935747==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7863375552953935747== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kyMDNGgQBOVeKgqt" Content-Disposition: inline --kyMDNGgQBOVeKgqt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 22, 2023 at 03:37:34PM +0200, Andreas Rheinhardt wrote: > Peter Ross: > > --- > > diff --git a/libavformat/matroska.c b/libavformat/matroska.c > > index 5878594e68..1674806f29 100644 > > --- a/libavformat/matroska.c > > +++ b/libavformat/matroska.c > > @@ -95,6 +95,7 @@ const CodecTags ff_mkv_codec_tags[]=3D{ > > {"V_REAL/RV20" , AV_CODEC_ID_RV20}, > > {"V_REAL/RV30" , AV_CODEC_ID_RV30}, > > {"V_REAL/RV40" , AV_CODEC_ID_RV40}, > > + {"V_REAL/RV60" , AV_CODEC_ID_RV60}, >=20 > I don't see the Matroska codec mapping for this. whoops, i will drop this hunk. mkv is not supported by the official realmedia tools. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --kyMDNGgQBOVeKgqt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZTZG9wAKCRBnYHnFrEDd a5IMAKC65PVRc8EkBFeuTsTwA5zRFYx1OgCfRBNenweLVhaSkvfgkqT82NH52gI= =r5lC -----END PGP SIGNATURE----- --kyMDNGgQBOVeKgqt-- --===============7863375552953935747== 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". --===============7863375552953935747==--