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 A9BC64A9A7 for ; Sat, 6 Jul 2024 09:50:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BE87F68DBA9; Sat, 6 Jul 2024 12:50:52 +0300 (EEST) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5405D68DAD9 for ; Sat, 6 Jul 2024 12:50:46 +0300 (EEST) Received: by mail-ed1-f44.google.com with SMTP id 4fb4d7f45d1cf-57cc1c00ba6so3242097a12.1 for ; Sat, 06 Jul 2024 02:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1720259445; x=1720864245; darn=ffmpeg.org; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:from:to:cc :subject:date:message-id:reply-to; bh=vKdAFoKsqNUdEl/t9bAEqv6tN3paYLfmRp1dsb+bd2s=; b=j6Jo7bhni9KfsAEqg9Gctrk4iZMcny0oeVZ+hsKTfJJ55E3YgSEU1aW7EcE5oc8UuB GFnvTV/KL0YFfQRwvmJvzU9jI3hp6K9zJQ4eWZl8sD6qveotP2PDM18GVI1kek2+Dz0Z p1azWxJf7ZonciTstegWdtSp9jRZhQrDTdYnjD+2/qff1kLQcTdcCMb7BRrJjbjdyxxU dG8BrS9wE+rALA6btcriA142xmw4XI3PqHOQkmKM4hH8ir4jd6LTl2dxiFdi5gTO7b5L fEjTPF8uwjmgOr8LcFM8Ggyhg26jQQK1G+qNXe2lqmfOhPPea+qRTYrbQb3LQo4+2+wE ajoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720259445; x=1720864245; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=vKdAFoKsqNUdEl/t9bAEqv6tN3paYLfmRp1dsb+bd2s=; b=MY1r13Ut6nC8bTGfinXYNYS/Do6P5KxIGVKbiMIY8wbx48XoNKGt/3eJn8hAfxElOI ubaFy0sfxY3zeOQls9Z2JsKWX9Wv4mtQruAU6tvxLo8JAdzIm1VEqgd6CJ54yH3l02/D hPGkk2TwYa+7soJEciLsyxjDmYJ/vd4Q+wkeMfM0x+urL2uKXM1IHnbvdTDn80in/N+W 0l6N2rtI3WITDlv2gTe9UCSa2T5b7Wra8ojjYR783Q1kI4Zpmxwri6c7jaReXX7+1IDn /wUSRKC/9gWefCsvy+VoaDrmNWL2yv2azGahDFSOFEPXEneFgZEPjgH82FHWKJuxh5wB cFeg== X-Gm-Message-State: AOJu0YxkOcqD93dtGyHxkmrwBRoFQ+qM/+6FGbsM5/LEgC6OGnZZJESE LWZR2qUz7z9MDAdAucYX/ssfbecYdcFL6Ik/z6AjyqQWvamLEIY9K0gh3Pv+iTg= X-Google-Smtp-Source: AGHT+IF4TEdEfXQsVPAgdhozOPen++SyPtVQhPlbDfBRZ6Rt2aOd64jiTUKfyVzweDNhSjZXV+e0TQ== X-Received: by 2002:a17:906:1282:b0:a6f:e66a:1d3f with SMTP id a640c23a62f3a-a77ba47935cmr477575266b.32.1720259444595; Sat, 06 Jul 2024 02:50:44 -0700 (PDT) Received: from mariano (dynamic-adsl-84-220-189-10.clienti.tiscali.it. [84.220.189.10]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a77af07bd1bsm244780066b.172.2024.07.06.02.50.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 06 Jul 2024 02:50:44 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 071D7BFCE8; Sat, 6 Jul 2024 11:50:43 +0200 (CEST) Date: Sat, 6 Jul 2024 11:50:42 +0200 From: Stefano Sabatini To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches , Andrew Sayers References: <20240702090917.319956-1-ffmpeg-devel@pileofstuff.org> <20240702090917.319956-2-ffmpeg-devel@pileofstuff.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240702090917.319956-2-ffmpeg-devel@pileofstuff.org> User-Agent: Mutt/2.1.4 (2021-12-11) Subject: Re: [FFmpeg-devel] [PATCH v4 1/3] lavu/opt: Rename AV_OPT_FLAG_RUNTIME_PARAM to ...POST_INIT_SETTABLE_PARAM 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 Cc: Andrew Sayers 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 date Tuesday 2024-07-02 10:08:38 +0100, Andrew Sayers wrote: > The old name could be misread as the opposite of "AV_OPT_FLAG_READONLY" - > some things can be set at runtime, others are read-only. Clarify that > this refers to options that can be set after the struct is initialized. > --- > doc/APIchanges | 4 ++++ > libavutil/opt.h | 15 ++++++++++++++- > libavutil/version.h | 3 ++- > 3 files changed, 20 insertions(+), 2 deletions(-) Looks good to me, but will wait to let the discussion about the "little benefit renaming" settle. _______________________________________________ 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".