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 AED8A428E7 for ; Fri, 2 Dec 2022 23:52:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A541A68B613; Sat, 3 Dec 2022 01:52:07 +0200 (EET) Received: from degawa.com (174-127-109-95.slc.westdc.net [174.127.109.95]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7F0B1689EE9 for ; Sat, 3 Dec 2022 01:52:00 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomderp.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ySIlKDMGp9o9rBstF720sAVQpJhFXnk5CLJFy1kxqwo=; b=hn6wOG4JSEP+ccGm4zU8xpOLUy Y55Zrq812pQS2+RMMJmNy4oZdPYkJp5zskJl7r318k11jsV/W54F0pt76KLxmOaUiYpGRqHsFC0aw JguDUnDaN9h3CF4ViBtaHXS08l8dBud/5/+H74Ol/xmc3FWXF5j/03gDDcOusrdQ+X2D6Uj1k2v0K QCDqc1EuLoGwgd4WInFjAz0yPryVmh6bz5S+aTqafWWPNMT1h6tAAaPhlZO5fE72H9+pEJltPf+Or F/05zWZN0XX24X+frx5YL+asApTkF8sZFli6kWRuKmzkZ1BvTxK5uZDcj1LiQ2G8DiizpbvsSQqa/ dpfNijaA==; Received: from mail-lj1-f169.google.com ([209.85.208.169]:38542) by slmp-550-1.slc.westdc.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1p1Foz-00DIei-RV for ffmpeg-devel@ffmpeg.org; Fri, 02 Dec 2022 16:51:58 -0700 Received: by mail-lj1-f169.google.com with SMTP id b9so7061765ljr.5 for ; Fri, 02 Dec 2022 15:51:57 -0800 (PST) X-Gm-Message-State: ANoB5pn/9b/Fn1P74syqlUe0MoJblJotEHhEsVD+W/Rjpps9XrgpBH0f eteGJCBVEhn5AR2gugJvBrGEEbn4zroUFF7Z+EA= X-Google-Smtp-Source: AA0mqf7GPaT7268RevWefYrbb/A35vityF/LNMTQQ4RtmN+Sn++fpUeo2I6x2N2VRITYW3tNR4dmRrsGoQr6hnSQv6c= X-Received: by 2002:a2e:9ac3:0:b0:279:bf68:31e2 with SMTP id p3-20020a2e9ac3000000b00279bf6831e2mr5741913ljj.36.1670025116796; Fri, 02 Dec 2022 15:51:56 -0800 (PST) MIME-Version: 1.0 References: <20221129213636.1504-1-jamrial@gmail.com> In-Reply-To: <20221129213636.1504-1-jamrial@gmail.com> From: Christopher Degawa Date: Fri, 2 Dec 2022 18:51:17 -0500 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - slmp-550-1.slc.westdc.net X-AntiAbuse: Original Domain - ffmpeg.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - randomderp.com X-Get-Message-Sender-Via: slmp-550-1.slc.westdc.net: authenticated_id: ccom/from_h X-Authenticated-Sender: slmp-550-1.slc.westdc.net: ccom@randomderp.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: don't force a default value for deprecated options 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, Nov 29, 2022 at 4:38 PM James Almer wrote: > Stick to the library's default value instead. > > Should address AOMediaCodec/SVT-AV1 issue #2011. > > Signed-off-by: James Almer > --- > libavcodec/libsvtav1.c | 25 +++++++++++++++---------- > 1 file changed, 15 insertions(+), 10 deletions(-) > Ping on this? It would be great since this would allow the library to apply better defaults for the deprecated options. _______________________________________________ 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".