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 B84F5449E4 for ; Mon, 31 Oct 2022 17:25:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F92F68BE37; Mon, 31 Oct 2022 19:24:58 +0200 (EET) Received: from mail-yw1-f179.google.com (mail-yw1-f179.google.com [209.85.128.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 01A2D68BD72 for ; Mon, 31 Oct 2022 19:24:51 +0200 (EET) Received: by mail-yw1-f179.google.com with SMTP id 00721157ae682-3704852322fso43760737b3.8 for ; Mon, 31 Oct 2022 10:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=BpiLELbUa0RtM7UCSHoLaP9BM/ZsL2Wxr810PlpQ3N4=; b=OESzbY+q8iaa54uVdZoM4IYR1CUYwu15WAttVBriDRVi+n7xdyHt0x7GhLfbyLmSbz FAiCG0jfZ9ScVOJC1AIMrIKQaIEn0I845HZBfG9vZ2yhhLTVd2fMEEaiyTggKJ+MOB0j lL2oB0kmeFwuixP1Thn8XMCQpS4mNYIPcd7x7qppvneyOSCi4uXdb2rmTtnTXTqxbx2t bgKEhEbaIk7xjblZ/4msqtfLaYH2oo9kb0nzCX0frHnO3rQe0nZZl3c3PtMBDRwDbzJJ HQzEI+WjHfKqpi7t0WRHaPNecYqNYMSlib1H9grTiOqel9+QDn9tpcY7nYweM6EB0k4D MNoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=BpiLELbUa0RtM7UCSHoLaP9BM/ZsL2Wxr810PlpQ3N4=; b=18wGV7zMvzUXvAHbEtkm69M2NXkQojfwIVlacttbQUlgjWRhiLjAz3qiX6yT4G04Qy 43kIim9XuzKL9rexRVv0xpEkP5gPLc6EGHrpoejJFlxg6JPTl3GhDpR7QR2isWBNZocz kQQo7+bWz/5E/y6nYQrF+HVFsmTDSTkgVTAlstymy08ndbqU+giOOHg+Sx00GWMQH4sU Buog26szxDReBuRRG/7RskxArASZT/9Le1sFvqUhrV+cCGoFnjsxkXHLWN2Uz4yN+AlC sQX5jIDQ7hwkBNLJY/taSEhNXNTU8Ag9n1BDVNN/30J/NVJMTJw0y6YnwIZzL+05oQHu oRgg== X-Gm-Message-State: ACrzQf2HW4JLL8vU+HWYWCfxgS9YqQP7zf25XEJTfVPvded9kOoVI/yh hQw4lIFz5fPJkOGY7qF7YPOToM0saqORqYp+bctssh+0svBj2A== X-Google-Smtp-Source: AMsMyM7dSFi6xtm8tZSQKBJYmVr/h41kVCkeLaREMydw7hG6uUbJC1QoS7zhW5mnxbzvJqdQeE+/hoH/mqj7CqJ47bQ= X-Received: by 2002:a81:c24d:0:b0:36a:792f:5584 with SMTP id t13-20020a81c24d000000b0036a792f5584mr14300132ywg.197.1667237089807; Mon, 31 Oct 2022 10:24:49 -0700 (PDT) MIME-Version: 1.0 References: <20221025182834.3925004-1-jzern@google.com> In-Reply-To: From: James Zern Date: Mon, 31 Oct 2022 10:24:38 -0700 Message-ID: To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH] avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGB 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 Tue, Oct 25, 2022 at 10:02 PM James Zern wrote: > > On Tue, Oct 25, 2022 at 11:28 AM James Zern wrote: > > > > Signed-off-by: James Zern > > --- > > libavcodec/libaomdec.c | 8 ++++++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > > > > I was reminded that there was an earlier patch [1], which I had an > open comment on. I think it's better to be consistent with the > libdav1d wrapper and ffvp9/libvpx for now. > I pushed this. Any other fixes should try to keep both wrappers in sync. > [1] https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210606051612.89211-1-val.zapod.vz@gmail.com/ _______________________________________________ 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".