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 78FCD4986E for ; Tue, 20 Feb 2024 14:08:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7C87E68D1D7; Tue, 20 Feb 2024 16:08:02 +0200 (EET) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 17D5C68CC87 for ; Tue, 20 Feb 2024 16:07:56 +0200 (EET) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-1dba177c596so29700585ad.0 for ; Tue, 20 Feb 2024 06:07:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708438074; x=1709042874; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=WjBaE1iORwYlBrLOB5/LFr9OQ2odwfYORALU+J9hBso=; b=XhkGoYNhYj4ZzSpY8bROJWKG8WbwEaNzJHJdwXnc4NWXjbodBDKUOAlJ8ypUbTfC4P ksxWIODOYsDtxl64qEp4Wy/pNXtKB8BVjkDlhBmX+PjtbBebw4Y0QjBVYAKXfUoxOJAe nhsKDyEpmPkeIs+pOmKYKuzZLy9GfU9ys6dKyTZF5boRevzzEW1+xME6InYCeVdk8zsB Ir8HRl9ysHpHY9Hjg0O9vwBfmbQSVhvuLq6zeqGDqZwWlkw3XhbIAW9o6RviqI4wbGmx KeWYn8SOwnddJ+WWngpOxFezIMtwGMqX/HBRiM4lrAiA8/C5JZStUkiJgjQha8LvitrS jK0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708438074; x=1709042874; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=WjBaE1iORwYlBrLOB5/LFr9OQ2odwfYORALU+J9hBso=; b=Si0P44GCZn4N/lGbRv6OVIqRqEUSnkb4MpSedOuIHzM+9rxWKvcfndiDoPwQ/YdQUw hcCP2A2D6rLHRqtB2+gOyK2wa3nyB+FQ60GQ2vYe9+19mQm4v676zyQaSo93a7lgrTIn VFH3qY0J2qcy2ohQcs3ee1ExwbxDwcmUY89RU5XMXEzLTbaWOm66QyafDMy6RSmqFRDv 76eqTwwBSLj8GBIrwksvHMECObqDKaP1vekDoRKEMmZQi0z7XhmncYgOUXWdaW3mbKZi qruf4/7wxf3wcp3P9s8siqOrDMEBIafDTLvrTVybEo2NmeEJ2B7Jg8m/VGIlJ2EJh3Ce cYRg== X-Gm-Message-State: AOJu0YwR0AADWWiPitg/BNGaANc+s24VKxgZKUMnXoFmhtgfnVs5BFTF BPKgr0QeweAn4+7gHlfjiQpclRcXE1KKBjStorlkLdQgTopYKCOLaleyq45E X-Google-Smtp-Source: AGHT+IFxWdhldt3k2dXud8VUOT9vylpF+51GPN/Aom0dD8iEqtVBFKcfzodKdtNo4BXjBX7PuCSkyw== X-Received: by 2002:a17:902:c951:b0:1db:cf57:7bb5 with SMTP id i17-20020a170902c95100b001dbcf577bb5mr11887160pla.8.1708438073667; Tue, 20 Feb 2024 06:07:53 -0800 (PST) Received: from [192.168.0.11] ([190.194.169.124]) by smtp.gmail.com with ESMTPSA id y12-20020a170903010c00b001d974ffa1fcsm6310639plc.173.2024.02.20.06.07.52 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Feb 2024 06:07:53 -0800 (PST) Message-ID: <093a959e-f9b0-438e-b366-d8948a74cca3@gmail.com> Date: Tue, 20 Feb 2024 11:07:58 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20240217220242.62035-1-jamrial@gmail.com> <20240217220242.62035-7-jamrial@gmail.com> From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 7/8] avformat/movenc: add support for Immersive Audio Model and Formats in ISOBMFF 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 2/20/2024 10:37 AM, Andreas Rheinhardt wrote: >> @@ -7862,7 +8087,7 @@ static int avif_write_trailer(AVFormatContext *s) >> >> // write extent offsets. >> pos_backup = avio_tell(pb); >> - for (i = 0; i < s->nb_streams; i++) { >> + for (i = 0; i < mov->nb_streams; i++) { > Can you use loop-scope for all the iterators that you touch where > possible, please? Can you elaborate? _______________________________________________ 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".