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 E37B144814 for ; Thu, 27 Oct 2022 15:24:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B4C2568BB85; Thu, 27 Oct 2022 18:24:33 +0300 (EEST) Received: from degawa.com (174-127-109-95.slc.westdc.net [174.127.109.95]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 171A268B2BC for ; Thu, 27 Oct 2022 18:24:28 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomderp.com; s=default; h=Content-Type:Cc:To:Subject:Message-ID:Date: From:In-Reply-To:References:MIME-Version:Sender:Reply-To: 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=Y8z2qU5Xx3TYmzkgaAB0VkCCaJaZI9Mpg70WmO5JgCQ=; b=gNs/+sOQL8BrQLw1YDYq6ejvi6 fa6JTRp9pnuKUKw70gspz8RvWCs64AQPaX7CUXqqi39Hbl2yBdlNbr6pB4siLgm95Yz0m3l9iCC0U VLkgdbr6yH0BvhAdOcLm3Vahv2/tDGkv8tNqdIRHS04VKt1ObscuvPZVNGIIJviM+FJurcH2HB6wO FScDjerQO9jBG1KoVhb/nlCquBPetaNpLE9R0AaOygq0C8aNehDAqwNgKRqTJiykbzYoykjjED7+N K6CDtAClHOTLUFJ5FMH886AmGnpNLzcmv2y5DDywg6J8qff4cRoVDUJ2OxnApFwfPyUNxprSgvnDL IBnAI2kA==; Received: from mail-vs1-f42.google.com ([209.85.217.42]:36836) 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 1oo4k7-007KMU-Ja for ffmpeg-devel@ffmpeg.org; Thu, 27 Oct 2022 09:24:26 -0600 Received: by mail-vs1-f42.google.com with SMTP id v129so2023862vsb.3 for ; Thu, 27 Oct 2022 08:24:25 -0700 (PDT) X-Gm-Message-State: ACrzQf3jJgQ2DqNnECpsC9Q7n8HbGDezprOWMfFtlrbNFTU9mPgx2j/Z S9mVxfAaCfEEvuIh5laWAn+D2iiSPAsSC9S9YLw= X-Google-Smtp-Source: AMsMyM5fXhTZYnrfj/vmeO38MMEN7+dGaap+UjFam7Ie1m0VSeMiK7iWDbxVPvwk5JQtR6Wp6OSS6WDw+7cmXMIVLwY= X-Received: by 2002:a67:ae45:0:b0:399:ce50:7171 with SMTP id u5-20020a67ae45000000b00399ce507171mr28386616vsh.18.1666884265023; Thu, 27 Oct 2022 08:24:25 -0700 (PDT) MIME-Version: 1.0 References: <20221019224712.194658-2-ccom@randomderp.com> <20221021035528.413664-1-ccom@randomderp.com> In-Reply-To: <20221021035528.413664-1-ccom@randomderp.com> From: Christopher Degawa Date: Thu, 27 Oct 2022 11:23:40 -0400 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 v2 1/2] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer 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 Cc: Christopher Degawa 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, Oct 20, 2022 at 11:56 PM Christopher Degawa wrote: > From: Christopher Degawa > > compressed_ten_bit_format has been deprecated upstream and has no effect > and can be removed. Plus, technically it was never used in the first place > since it would require the app (ffmpeg) to set it and do additional > processing of the input frames. > > Also simplify alloc_buffer by removing calculations relating to the > non-existant processing. > > Signed-off-by: Christopher Degawa > --- > Ping on this and the other patch? _______________________________________________ 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".