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 7686B4642A for ; Sat, 17 Jun 2023 11:47:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3A15A68BD48; Sat, 17 Jun 2023 14:47:06 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 95E09689AB9 for ; Sat, 17 Jun 2023 14:46:59 +0300 (EEST) Received: from postfix02.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout02.mail.de (Postfix) with ESMTP id 3B546A056F for ; Sat, 17 Jun 2023 13:46:59 +0200 (CEST) Received: from smtp03.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix02.mail.de (Postfix) with ESMTP id 2364FA03C2 for ; Sat, 17 Jun 2023 13:46:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1687002419; bh=lFvnwBj2fsvf96szwBA/3NWxI5G1Jid7B8bCW1j5zus=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=r8uxIJKx73pHbb3X/w2RDwPXQAKv8GkpmHo56NaEzfS4c0JsU9FLTn8uOHsRQDnZn 58aIRvpxrOBtsrlvBEJx8XltKtZs7iIwjvEAP0gwBcJDngjE78XVMeD2rezw94UK0c saP5psJA8tLa8uhOY2C4YhE47cu8xa0OQo3lV8iEaqiix9FHBpfBMaPY37eOmjjSyB J+qkIEd/EH7sOKZnTHxhZXu71u8oSUyU6nUesNgdOJbC1hpPUTCg4n1J40bBhReLVN VR2rWtZ4705DDjGtzPtQp3CxGSQNRevayVt7fOx6GPVT9vuhjpOuvPCFd2TbYpP5lZ JaZhbTsLqpePg== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp03.mail.de (Postfix) with ESMTPSA id E8B92A0163 for ; Sat, 17 Jun 2023 13:46:58 +0200 (CEST) Message-ID: <3dd7a821-51b9-5131-1211-083f43729970@mail.de> Date: Sat, 17 Jun 2023 13:46:58 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230617081108.10051-1-thilo.borgmann@mail.de> From: Thilo Borgmann In-Reply-To: X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 351 X-purgate-ID: 154282::1687002419-BB7FC647-2471BC73/0/0 Subject: Re: [FFmpeg-devel] [PATCH v1 1/2] lavc/vp9: set yuvj pixel format for full range decode 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: Am 17.06.23 um 13:40 schrieb Paul B Mahol: > NAK, there is color_range that should not be ignored. In patch 1/2 color_range is used in the condition for the switch. if (avctx->color_range == AVCOL_RANGE_JPEG) { Or I don't understand. What shall be done with color_range? > Fix finally scale filter. Hmm? Where what who? -Thilo _______________________________________________ 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".