From patchwork Tue Jul 2 09:08:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Sayers X-Patchwork-Id: 35149 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a59:cc64:0:b0:482:c625:d099 with SMTP id k4csp2296860vqv; Tue, 2 Jul 2024 02:19:02 -0700 (PDT) X-Forwarded-Encrypted: i=2; AJvYcCUYuNhvvoGpvEbOV2RlU7B1qqkJP3HVsJ74iAqAdT3JW+qJshM4pP5RkPFLbW3jFQYKY3NhHk7kNInKzuYamF0wYDn/XfTTfKQNZQ== X-Google-Smtp-Source: AGHT+IFS0r954sRinC3IrPglcLvU+fvOYtw6hbPMpKAqDvfFk5BC/NK4m4os0NMHb51bJLzmvTqq X-Received: by 2002:a17:906:4e81:b0:a72:9ebe:29da with SMTP id a640c23a62f3a-a7513953df2mr529694166b.35.1719911942491; Tue, 02 Jul 2024 02:19:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1719911942; cv=none; d=google.com; s=arc-20160816; b=tbcHB9/RATdCgct6oavxTXe+26q5YOn+GlTMNHfMm7XWmhiiICAq4kKfmjz1Sr+UEQ xD5gKnPpon+pKwXQro1/vBnmOANmGrEfhjs1kMc4QqF4sS0LE/by//KtRK7FZtUBwWxa 3gN1LL/cXeuOFirDUki6VhoFfcjgdct/KVgqISF1MheHXese9432U9SteEpxQzEPnatt prATD+nGIg+kNF6+kSB45Av1EsqeOuqMYCxbnOJdgW8DgnufaZlkOEDYEGiA8YcufWP+ xZeh2b1P6UbwLBed3udchnOnjDMOBztj1CNs9z6dntMSoe2sfuM9qiX3V8nsNftan5RH PQpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:references:in-reply-to:message-id :date:to:from:delivered-to; bh=oLBRVrDibMdwaZ/cZi68gPjKc4c2GleAaFpZLiL85Y4=; fh=YOA8vD9MJZuwZ71F/05pj6KdCjf6jQRmzLS+CATXUQk=; b=cdvtrU9+Ln5sGGeTh04vNNzfo5e9GlroiFlCrnOC4xgxPBhCj6h2oTYj2QyiFPQQDF SHHJfDpwxclBgqiE72XLItSA6V1DO1lnVFBbCE6clvMncKQnNG3Swy46be+Sl+15CGVA 1C3e7goYcxozSwl/Jj7zjRPt78jsQvgp6m6BnquaKnDTgbpi+ECk41LOWUuliBc84/L7 dE2ybdV8Oo+GW9+IhC9TuQvudlisz4+QS+kmqm/oUn4/7ph7uo2xTvhs9MwUhqXU1Nwq kqsUFZLvFoJG+jze9mcWpu8tZnKek6isJVtWYnEWnb0t/NsKq5q5Atk76ZYvvKO4nSLa ZnNw==; dara=google.com ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id a640c23a62f3a-a72ab04a3a2si433434166b.410.2024.07.02.02.19.02; Tue, 02 Jul 2024 02:19:02 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2B08368D89C; Tue, 2 Jul 2024 12:09:34 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from alt2.a-painless.mh.aa.net.uk (alt2.a-painless.mh.aa.net.uk [81.187.30.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AD2A968D655 for ; Tue, 2 Jul 2024 12:09:26 +0300 (EEST) Received: from 0.b.4.b.7.4.0.8.c.4.a.5.d.8.b.2.0.5.8.0.9.1.8.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:819:850:2b8d:5a4c:8047:b4b0] helo=andrews-2024-laptop.lan) by painless-a.thn.aa.net.uk with esmtp (Exim 4.96) (envelope-from ) id 1sOZVt-004H8u-2M for ffmpeg-devel@ffmpeg.org; Tue, 02 Jul 2024 10:09:26 +0100 From: Andrew Sayers To: ffmpeg-devel@ffmpeg.org Date: Tue, 2 Jul 2024 10:08:37 +0100 Message-ID: <20240702090917.319956-1-ffmpeg-devel@pileofstuff.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: References: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v4 0/3] s/RUNTIME/POST_INIT_SETTABLE/ 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: XCjRVGAQvni1 Some notes about this version: As previously mentioned, I think this is better with all three patches, but can live without #2. I think I've followed the deprecation instructions, but editing APIchanges seems to imply needing a minor version bump? This patch includes said bump. Zhao Zhili argued this bothers users for too little benefit - I'd argue it's beneficial to confirm they haven't misused this feature in a way that causes bugs in their code, but the old deprecation message didn't make that clear enough. This version rephrases the @deprecated message to speak directly to the maintainer.