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 C388643D68 for ; Fri, 2 Aug 2024 13:57:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EAA6C68D7D0; Fri, 2 Aug 2024 16:57:20 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2AC2768D1BB for ; Fri, 2 Aug 2024 16:57:15 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 411BC2819FB79 for ; Fri, 2 Aug 2024 15:57:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1722607032; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=a9WIblJYAZGloAtM+nVwzgVmPLnoB/CkvuYaCGlVCJ0=; b=RFhlpYvqdHN4kNHkzdWWlp59HHo+KwJDrUuIK7k1oBK0pWUqZkG5If4udb5jcfw0awco6A v1kwW6jfiKP6Y0d8XjCETRemENF76/wzfrUTsfqpmDumXYdfriZZcq5rTVIA5FlFmAYfKW tcgCMVohYjARRc/btpgDdXQX976FyXPJOI6IKNglZEGF8Qe1I19r2UQPouXc+MC88rPFpE ZzW0gGTJewqmUuuUVWs3PxPEciCwq1v0D4aHABtZQaIfvQDiusl/XTxOBfHE8oAqLupIqI 2Uq6ImivtGLp6HjYLOM3K67KJ+LngY/29wzyQbrci8ipZ/yQ6gigij0klPNTUQ== Message-ID: Date: Fri, 2 Aug 2024 15:57:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v2] avcodec/cuvidddec: Guess pixel format based on probed bit depth and chroma sampling 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: On 02/08/2024 15:31, Roman Arzumanyan wrote: > Hello world, > > Please find v2 of the previous patch attached. > Both bit depth and chroma sampling (420 and 444 as supported by Nvdec) are > now taken into account when selecting sw_pix_fmt. It's actually AV_PIX_FMT_YUV444P16 for both 10 and 12 bit, due to how the bits are aligned opposite to what ffmpeg expects in AV_PIX_FMT_YUV444P10. No need to resend for that, will ammend locally. _______________________________________________ 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".