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 A90BA4B89A for ; Mon, 17 Jun 2024 20:33:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 284FB68D782; Mon, 17 Jun 2024 23:33:37 +0300 (EEST) Received: from mail-oo1-f49.google.com (mail-oo1-f49.google.com [209.85.161.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 382A068D6CC for ; Mon, 17 Jun 2024 23:33:31 +0300 (EEST) Received: by mail-oo1-f49.google.com with SMTP id 006d021491bc7-5bb36de2171so2518541eaf.2 for ; Mon, 17 Jun 2024 13:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718656408; x=1719261208; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=Wc5v6PROGrezFKYid9IJPnZ4VYaoKSAKea326WDNhHQ=; b=g/wL6nOIKr4MtUn99m1/LwxIkFAe68zRniET3qoFcyXtyFo8behP8hPrDX97qT8qdg NqLEuxikxht+75d75nYAVm60BjkntHHGIHLloNH0X9veko98vrFAieSpoZYutgBrxnh3 3cV0e72HbomT5milurqL++yDsBUXy8ZyPh8PS5LSSA2ou20GzkCtsEM9w0Hi8+cRwPj/ LeDJmAFKqzV7nBl6vtgDXhf75+zmMgya3sHP/he9aSI8cE1ih4OI1Kr7beZYVWwxBUUS aPNzUy8/DNEZk/ntEae48EVEMYy56ne6/HT7H03O1nukIIzoXN/41t7FsVn4zb3mi1Td 3hYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718656408; x=1719261208; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Wc5v6PROGrezFKYid9IJPnZ4VYaoKSAKea326WDNhHQ=; b=dkEtRs/ooLfSTWkCYC6LCBTDZ66O+8nBBuDcpuAhpvTYMLEa8nLBTJPksMx6/HO63W 2uYcje7txPSnFIR+Fv1Wqcwr1bXYfqv8n9USslBlxfkTx7QTwhznS6+4iL8eXiqNkHh2 Y8EyR9mDCrjUK+yDBSU6HFMdMEOUcN00QL63885boBMcklgaTt9uB//KNPApK0E08xF9 jRzXrVASi+UoV2OT+8zJU0s96cJEFL3ECPZxUddotOVSril043nz21A68aE+f69wyO58 OfCdzJAZEcY1OK1Lzoye2IV2VoH8X/S9vafPEkNkf8Cq4RBVFknL5GwGldrty0n0v2zH cwCQ== X-Gm-Message-State: AOJu0Yz9KwPq9yS2yVgPcqhqo7uPEafBUej2jZmnnumR0I6gm6DUaWEh 2B0CdkQRNif7Dq/dRFhkgZcvm+XI0QTJQ06a1P131fhVMNQ7R7Ik5BfiPw== X-Google-Smtp-Source: AGHT+IFaP6ASQVQ2LgbtG9KnFdwOzgUYIS2Fgx+s9ChjoaudHTOf82tUa7aji17EmsOuFeanSugFpg== X-Received: by 2002:a05:6359:3502:b0:1a0:bb4c:7079 with SMTP id e5c5f4694b2df-1a0bb4c7159mr654472255d.0.1718656408324; Mon, 17 Jun 2024 13:33:28 -0700 (PDT) Received: from [192.168.0.16] ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-6fedcf36a95sm7047237a12.7.2024.06.17.13.33.27 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Jun 2024 13:33:27 -0700 (PDT) Message-ID: Date: Mon, 17 Jun 2024 17:33:29 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20240617192019.512769-1-derek.buitenhuis@gmail.com> <20240617192019.512769-5-derek.buitenhuis@gmail.com> <4294c110-5161-4b1c-9a1b-4e958dfd252b@gmail.com> Content-Language: en-US From: James Almer In-Reply-To: <4294c110-5161-4b1c-9a1b-4e958dfd252b@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v3 4/5] avformat/mov: Add support for exporting Video Extension Usage info 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 6/17/2024 5:27 PM, Derek Buitenhuis wrote: > On 6/17/2024 9:07 PM, James Almer wrote: >> nit: { 0, 1 }. > > If we set it to 0, 1 here, should it be set to that in the alloc function too? > It'll be 0, 0 at alloc time due to use of av_mallocz. Personally I'd say yes, but other similar lavu APIs (Mastering, Ambient Viewing) don't seem to bother with it, so maybe just leave it as 0 unless someone else has a strong opinion about it. _______________________________________________ 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".