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 E5185421A5 for ; Thu, 24 Feb 2022 14:30:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A929F68B34A; Thu, 24 Feb 2022 16:30:27 +0200 (EET) Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CD81168B2E8 for ; Thu, 24 Feb 2022 16:30:20 +0200 (EET) Received: by mail-ej1-f45.google.com with SMTP id d10so4700444eje.10 for ; Thu, 24 Feb 2022 06:30:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=O/V8s7D5tW/g17wbq7d2oNAiu1pDaAauC5QsRKEDK9A=; b=JwBmdkm58u/SWJzhhFMZ7y3lg8A53F5RgqvTrc1ux202D2G41UuIxui7uukHhepEhK j7CbaHE4yIc1KGh2YvVjtdo++UIbXhCLheAMYdX1Uga7a1YkBCfKiT9cAFMv4n0n4UOA cjTSglaIyZgpIatJeSZmkUSN+oor1OTKQ/CcuILFRZHYiee/dZpoQmIAmmvY1e1DwQbs hJWNP6JPoAPd9gIxyG7+zScJVChpV7i5YvoaOZvtupqOucx7J6dBKkazhVi+8jRg7/0a ddaEyK/aT2C2eQuYI3d9Ghjxegn8VPL0wDRElJ0b05EcYiFVLZPVooR4ugvWtgXeis7Z lBQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=O/V8s7D5tW/g17wbq7d2oNAiu1pDaAauC5QsRKEDK9A=; b=f6lGaxhfwqPg54DCnCKD9jw8qqsDoLyKlQ/4P5OfqO8DfiWxsgEj7GJx0rrtN8bsvc U/mlGrWlSUGfekTYT3IqJxWtf3luMRMcAxYumauwBRbzwFL7mdxwPjBOlTQk8wX1dUgD qubeK26PoEHCuiscOEuP7kRknKLyfByhlfZF5QXX8gZcTgicDfFp3nCskyuHDkJJvIjK qtdbGg7JXnXYLIgxRGzG2RPnHclVgBpoiLlw2ddzrlMS+A8sFOXDkbCldYBTSnRbgypR aMOWP1/0mYIEbd6XCwvBXxNQKAMNiAf3TJocfvlATvTtZ3UHcY7KY8ROOOYdJE7lPMd/ NIWQ== X-Gm-Message-State: AOAM533h69N+TZREUB+hgNk62+5OBl3efZIr8yceyz44HKx4jR5UzMAe 6TRa3TVdt8fXDY6WAZP92a4knWYSI7Wzg70BTpyKlPfA X-Google-Smtp-Source: ABdhPJwkErQLEfrHubKzJIqIKmelHqKYHACsSg/cg95Urod5sr2uCZV46X2ZR3np8Pp5UuHuSpUuy5F7JiMk9dW6+G4= X-Received: by 2002:a17:906:1193:b0:6cf:cf06:3f7d with SMTP id n19-20020a170906119300b006cfcf063f7dmr2479074eja.177.1645713019861; Thu, 24 Feb 2022 06:30:19 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Michael Bradshaw Date: Thu, 24 Feb 2022 07:30:07 -0700 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 4/5] avcodec/libopenjpegenc: Don't clone AVFrame unnecessarily 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-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 Thu, Feb 24, 2022 at 2:44 AM Andreas Rheinhardt < andreas.rheinhardt@outlook.com> wrote: > Will apply this tomorrow unless there are objections. > No objections from me. Thanks for the improvement! _______________________________________________ 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".