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 3D928409B5 for ; Wed, 2 Feb 2022 01:15:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A694B68B326; Wed, 2 Feb 2022 03:15:55 +0200 (EET) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0272968B167 for ; Wed, 2 Feb 2022 03:15:48 +0200 (EET) Received: by mail-wm1-f54.google.com with SMTP id v123so14063141wme.2 for ; Tue, 01 Feb 2022 17:15:48 -0800 (PST) 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=YQGR93dVMsxisUOKY/ceoWmckTCR9dbb8LafBIpaTog=; b=Geslkza6IDwRNSG5x4qGr21BqZSKusnCaRetT1w2NZOeS/+8wJ3jcmhZYg9JOaqKUs 7hTZ2b21f2CioKWmdkFEFRau1rhrZd18r6npJiKYnkliPRO+8QByPjVe8aftUg04glx5 lGv8CB2dQQXpLQUv0MksaMaLBGRHRlUY9JCH7OR/Xkm85/z3puj27CMQcQh+qYyKDaev tYTHKOrGOm1qziZZGICXcdU7BHF/pKVoi1KZC3fNqzMv0QrQhhtpsyUCaiYGoRncno/x 1rvYYibUC9eh5riW9WQ/2XUhzA1F7WMdkeMjtebCJ+M87YLIpZHWI2WmtlacrzJ0I3q/ N4yQ== 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=YQGR93dVMsxisUOKY/ceoWmckTCR9dbb8LafBIpaTog=; b=qf+O0vyrcczfcBwcrKqEya666xcGHRhty8n11xh9dqeBxN7oXhs3k/T7Sy5Jg9C9Cy VOQRJiaHJb04MR9bBlJnmQn7Ay642b09cEUFFDPKMsfe/I0An1KhKZ+Wcx2RyinD7Ge3 muEPQQL8kP9si3kDyXaKqH8yGDcAkA3VFVFM+zAMKWIXNis+z/1C1e5vOYomQ0L/CAi1 gmw8mG9t9lbusl8VMbCkQNANSpK2GDG0HSJNLK2LR4aGnSPuoBY/jmMSt5dZx+TBxZhz 55E9Zxg0vvg8iXHmnLM1Fu3KQCqfQWBTyG+kthzS80JfYjlrrAVMykoN3R+MnzOfnSx7 FpsQ== X-Gm-Message-State: AOAM5310V5Xi0DnUzckzpYa9+UgkU15kkDE9LFOiiwtuUauDwfkQQ360 66oGisKzmzrMuTz1BB0HgvDS4mV5w02MwhxmPorGJTwAAfU= X-Google-Smtp-Source: ABdhPJx3dk8YG0kU3nSu0c+PEK0ghJQ7UoLvMZnouVNsVjf5rG5SvvGvtSicVLLRGJA0DAXkrfqfklbbE42M9MdF76s= X-Received: by 2002:a7b:c8cf:: with SMTP id f15mr3962757wml.119.1643764547280; Tue, 01 Feb 2022 17:15:47 -0800 (PST) MIME-Version: 1.0 References: <20220201215830.65635-1-markg85@gmail.com> <20220201215830.65635-2-markg85@gmail.com> <65259fb0-1c02-2d1d-ca8c-ed55801f5181@rothenpieler.org> <2d44135b-a3f9-711a-ee60-df38d148db92@rothenpieler.org> <7d8ed887-7e69-9b35-d7a0-36a7b39ce4e7@rothenpieler.org> In-Reply-To: <7d8ed887-7e69-9b35-d7a0-36a7b39ce4e7@rothenpieler.org> From: Mark Gaiser Date: Wed, 2 Feb 2022 02:14:29 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2 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 Wed, Feb 2, 2022 at 1:54 AM Timo Rothenpieler wrote: > On 02.02.2022 01:50, Mark Gaiser wrote: > >> Ah, yeah. That's a very confusing side effect there. > >> I guess it's fine, but I can't say I like using it like that. > >> Since there's a large risk someone else might in the future think the > >> same and break it. > >> > > > > I'm fine changing it to someone that would feel more intuitive. > > Do you have a suggestion to make it better? > > Could just put a comment above explaining the reliance on the stripping > the full prefix. > Will do. Thanx! I'll wait for more feedback (if any) for a day or two before sending an updated patch. > _______________________________________________ > 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".