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 39B3B464E5 for ; Mon, 19 Jun 2023 18:28:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6AFA468C004; Mon, 19 Jun 2023 21:28:49 +0300 (EEST) Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0C5C368BF2C for ; Mon, 19 Jun 2023 21:28:43 +0300 (EEST) Received: by mail-ot1-f44.google.com with SMTP id 46e09a7af769-6b2d356530eso2241232a34.0 for ; Mon, 19 Jun 2023 11:28:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687199321; x=1689791321; h=content-transfer-encoding:in-reply-to:references:to:from :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=5lPyjxLEtpBk5pbMQKXoeqGBfYXR9EwlJ1xBfq0NGtM=; b=rZPHMAYIXj/Wf7PTECgnMtPQ9NadtgLhftFFDWe/tmA3gNggV8yytJDI133UQoVCRP jZ7YriG9Q+11AH9vc+SRTxFir8l5/3GLII4NuCob1V1OawIX8B8/pBNN8aYluXAa5zcO D+zoWxTbAbqlE3ycNjMcM7MjUHJoDy4rid+WRkblI7pQgDqCaxI5H7CPB+AegA91VHM4 jGjstZ2PumB/Ti9oztoxCz4wC6GvgIo33r+hts0uV55Z6bMpAcdkGaMk4WFdPQe9Ci3K wkCp1azTs4Gwmi7sClx2dSGP1k55UGai2W4t9Acs1k7gwWiI7CR/69af33M7G7itMptc y5FQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687199321; x=1689791321; h=content-transfer-encoding:in-reply-to:references:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5lPyjxLEtpBk5pbMQKXoeqGBfYXR9EwlJ1xBfq0NGtM=; b=ExQ3nMIxHcTi2Yn99eIhcTRPWGgLIP0yWuRgW7cgtO0vPuRwyPPZcVM/3M1jT3EI/J LHS1i0PAMDe8UBlhwBSdK01z0aXWxe+VkFqpt//jy/l7khzW7+ySSet8SCIqvnKv0k/Y pKSho6fTxmJvKI0iqdxoxAROgXhEQ1NpEoXZ/tWVA+tI7tfVp+Dk839yBptnrrY3MuXe 44eh81p/Igk5sp9SWmQyYfKCzRYaqoXfx4tRkU1iGtX0AUCOoo57BkbCLtPyYw0w5P3j 33BVL+2lYcpumVa5qE+I/jNwjByuhrEfctyqvCHaybiMzNmqGKFMUSsI7MWJg5VUFp6j JNzw== X-Gm-Message-State: AC+VfDwk8zjg0MFA6AqeakdiEpFh8Tk4gjW9G/OFQ+qzhIT/jQFWE77b LjlYhgX1+lVbvzaRZY2wukNjaqz+Dfg= X-Google-Smtp-Source: ACHHUZ7VFIOPBFouOCn3a8mvS1GfWZBj7m7MkkFvMTfUG0/G9t6hGkJuTtwZbL9yP9Kmm3yTxfgPoQ== X-Received: by 2002:a9d:7d0c:0:b0:6b4:6ef8:c8bc with SMTP id v12-20020a9d7d0c000000b006b46ef8c8bcmr2817730otn.27.1687199321133; Mon, 19 Jun 2023 11:28:41 -0700 (PDT) Received: from [192.168.0.12] (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id b13-20020a9d6b8d000000b006b58616daa1sm96441otq.2.2023.06.19.11.28.39 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 19 Jun 2023 11:28:40 -0700 (PDT) Message-ID: Date: Mon, 19 Jun 2023 15:28:49 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Content-Language: en-US From: James Almer To: ffmpeg-devel@ffmpeg.org References: <20230617151848.1378-1-jamrial@gmail.com> In-Reply-To: <20230617151848.1378-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 1/3] avcodec/evc_frame_merge: use av_fast_realloc() 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/2023 12:18 PM, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/evc_frame_merge_bsf.c | 24 ++++++++---------------- > 1 file changed, 8 insertions(+), 16 deletions(-) Will apply the first ten patches. _______________________________________________ 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".