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 3D28F49667 for ; Thu, 15 Feb 2024 21:12:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0244068D28D; Thu, 15 Feb 2024 23:12:31 +0200 (EET) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD7BF68CBD7 for ; Thu, 15 Feb 2024 23:12:24 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 8193FE9652 for ; Thu, 15 Feb 2024 22:12:23 +0100 (CET) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jIZWEVWCkb-v for ; Thu, 15 Feb 2024 22:12:22 +0100 (CET) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id D9DB8E9604 for ; Thu, 15 Feb 2024 22:12:21 +0100 (CET) Date: Thu, 15 Feb 2024 22:12:21 +0100 (CET) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: <170800876998.21676.6208905016871395657@lain.khirnov.net> Message-ID: <7ccef3e5-5151-7cd9-308b-21e1c8f32655@passwd.hu> References: <20240212211537.18468-1-cus@passwd.hu> <20240212211537.18468-5-cus@passwd.hu> <170800876998.21676.6208905016871395657@lain.khirnov.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 5/5] avformat/mov: rework ff_mov_read_chnl 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Thu, 15 Feb 2024, Anton Khirnov wrote: > Quoting Marton Balint (2024-02-12 22:15:37) >> - native order, and that a single channel only appears once was always assumed >> for less than 64 channels, obviously this was incorrect > > Could you add a test for the case where it's not true? Actually fate-mov-mp4-pcm-float should cover this if I change the channel layout there to something which is not representible as a native layout. Regards, Marton _______________________________________________ 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".