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 CBAC045A20 for ; Sat, 4 May 2024 08:35:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 145C468D6FB; Sat, 4 May 2024 11:35:05 +0300 (EEST) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 98E8668CD10 for ; Sat, 4 May 2024 11:34:58 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 0E8C1EA4AE for ; Sat, 4 May 2024 10:34:58 +0200 (CEST) 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 ra0cI8EG_ty2 for ; Sat, 4 May 2024 10:34:56 +0200 (CEST) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id D4AEFEA404 for ; Sat, 4 May 2024 10:34:55 +0200 (CEST) Date: Sat, 4 May 2024 10:34:55 +0200 (CEST) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: <8aa7804e-ce52-48ff-8909-dc4ca98763da@gmail.com> Message-ID: References: <20240430231926.2506728-1-michael@niedermayer.cc> <8aa7804e-ce52-48ff-8909-dc4ca98763da@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3] avformat/framecrcenc: compute the checksum for side data 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, 2 May 2024, James Almer wrote: > On 5/2/2024 6:23 PM, Marton Balint wrote: >> >> >> On Wed, 1 May 2024, Michael Niedermayer wrote: >> >>> This allows detecting issues in side data related code, same as what >>> framecrc does for before already for packet data itself. >>> >>> This basically reverts c6ae560a18d67b9ddaa25a0338b7fb55e3312e57. >> >> Can you at least add an option which allows disabling dumping the side >> data? Changing the format of framecrc output again and again is not very > > The framehash/framemd5 muxer is versioned, which is what you should use if > you want parseable output. Okay, but then the question is that why framecrc is using different code and options? 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".