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 5C29C42AB8 for ; Tue, 12 Apr 2022 18:43:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 67DE068B32D; Tue, 12 Apr 2022 21:43:41 +0300 (EEST) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B10AB68B20D for ; Tue, 12 Apr 2022 21:43:35 +0300 (EEST) Received: by mail-wr1-f45.google.com with SMTP id k22so10463672wrd.2 for ; Tue, 12 Apr 2022 11:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=D4XM4IZCe8nOmYR36A4ZGYeNtGiMcq4oeiWmMgGN7DU=; b=hS+hRvQJIY4rcD5+/uKdenyZTfRYyHtpc32lSq6HnYvX16FUkp7ZW5rkrIyiI7dGRL y82Zw5iMC+pgmDlx9ttMerQOYOpzLQjA7w3/zkaMRf/MgFlosKKGmXOa5bYMxrwginPN xzsnJYiC2nWQrGul6WuR5N67YgqtQn5MI1qfvEPIRL4voQf3ZX+3DdnFu4xD+oWn5ZIM n1g/8mCjbfFhCh0Goy/i8L1DM5rVZDdf0QDRyYDZHsmBOI0nNdZ2fH/cP7ntQhhg5g7O Qwo5aCXMHJ2vxeGu/A+8jgm3izpJCLuvr4G3JW/viB4IMGbDafVWLm1ZBZZGvvzXp9L/ 3JqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=D4XM4IZCe8nOmYR36A4ZGYeNtGiMcq4oeiWmMgGN7DU=; b=liTcTKvMQtmbS8BL14fHOyPReO7a8xX0d7RxFQP8GLkwFOAvJaQ6PurxLyH9wqbQvs 2gxZlKridnEvuNr79nOV/438YHroAn4JVLLThW0lV4Ah5OdgEH/5sAiDT4WcRYaRPn/4 gwGG8Bh/oCyUqVtvmSUFn1gFJXYwr+gM2BEEIjhu8oknBc+QaN28nrcbqn9L/heWu9Xf z9mUVv0rRECEseF/fofalDVYsveXTuSWAKuZFgxzUcLBIH9LcG2l5d4IpnxFO00JXcWk r5dvz+bchem7pp5E13iWnc2S9fPT3yAcLIJvNU72SZ9BVriXRK39GTMzFx1vsEjCCt2q ltrA== X-Gm-Message-State: AOAM530spIkqlW4LM2Y5KGk7yFooAkAV47Su6IG5sGmlFSv+yNqU1mYz 48rFNv4F1jIaS4NPI7/1nWW7uObk4x5Wbk+TXz05k5Fa X-Google-Smtp-Source: ABdhPJxTqeIZEJlhlOwR6IbplRpR6mC/edfoy7X4M6JJlkqE3/jkOIgpj4Q9D7cJrtQAP+dIgHuTwZ+R2ww8zDOfP0Q= X-Received: by 2002:a5d:4311:0:b0:205:f26b:fb98 with SMTP id h17-20020a5d4311000000b00205f26bfb98mr30590141wrq.202.1649789014446; Tue, 12 Apr 2022 11:43:34 -0700 (PDT) MIME-Version: 1.0 References: <20220406120056.10537-1-markg85@gmail.com> <20220406120056.10537-2-markg85@gmail.com> <20220410144127.GD2829255@pb2> <20220412180257.GL2829255@pb2> In-Reply-To: <20220412180257.GL2829255@pb2> From: Mark Gaiser Date: Tue, 12 Apr 2022 20:43:21 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v13 1/1] avformat: Add IPFS protocol support. 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: On Tue, Apr 12, 2022 at 8:03 PM Michael Niedermayer wrote: > On Sun, Apr 10, 2022 at 04:41:27PM +0200, Michael Niedermayer wrote: > > On Wed, Apr 06, 2022 at 02:00:56PM +0200, Mark Gaiser wrote: > > [...] > > > > > + if (stat_ret < 0) { > > > > > + av_log(h, AV_LOG_INFO, "Unable to find IPFS folder. We > tried:\n"); > > > + av_log(h, AV_LOG_INFO, "- $IPFS_PATH, which was > empty.\n"); > > > + av_log(h, AV_LOG_INFO, "- $HOME/.ipfs (full uri: %s) > which doesn't exist.\n", ipfs_full_data_folder); > > > > The 3 av_log() can also be combined > > > > If nothing else is found then ill change that myself and apply in a day > or 2 > > applied > Awesome! Thank you so much! :) Do you plan to add it to the changelog for 5.1 too? Or do I need to make a new patch for that? ;) > > thx > > [...] > > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > No great genius has ever existed without some touch of madness. -- > Aristotle > _______________________________________________ > 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". > _______________________________________________ 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".