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 DEBC945053 for ; Wed, 5 Apr 2023 12:39:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 719D168BA80; Wed, 5 Apr 2023 15:39:50 +0300 (EEST) Received: from mail.frobbit.se (mail.frobbit.se [85.30.129.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F21B3689961 for ; Wed, 5 Apr 2023 15:39:43 +0300 (EEST) Received: from debian.lan (h-79-136-39-105.A258.priv.bahnhof.se [79.136.39.105]) by mail.frobbit.se (Postfix) with ESMTPSA id 787581FD9F for ; Wed, 5 Apr 2023 14:39:43 +0200 (CEST) Message-ID: <60cdac0f8b509ba67e557574facd84927dbe520f.camel@haerdin.se> From: Tomas =?ISO-8859-1?Q?H=E4rdin?= To: FFmpeg development discussions and patches Date: Wed, 05 Apr 2023 14:39:43 +0200 In-Reply-To: <7a09e1d3-8d2e-7318-dab0-776247171251@ektacom.com> References: <20230331214701.GC1164690@pb2> <7a09e1d3-8d2e-7318-dab0-776247171251@ektacom.com> User-Agent: Evolution 3.38.3-1+deb11u1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] MXF - Add jpeg2000 subdescriptor - Sponsored by INA 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: 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: > + { > + char _layout[16] = { 'Y' , '\n', 'U' , '\n', 'V' , '\n', > 'F' , 0x02, > + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > 0x00, 0x00 }; > + avio_write(pb, _layout , 16); > + } What about RGB(A)? > @@ -3311,3 +3382,4 @@ const FFOutputFormat ff_mxf_opatom_muxer = { > .interleave_packet = mxf_interleave, > .p.priv_class = &mxf_opatom_muxer_class, > }; > + Stray newline /Tomas _______________________________________________ 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".