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 8461447485 for ; Fri, 8 Sep 2023 04:59:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8451068C77A; Fri, 8 Sep 2023 07:59:08 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ACC8B68060D for ; Fri, 8 Sep 2023 07:59:02 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 532E61060122 for ; Fri, 8 Sep 2023 04:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694149141; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=gm3XqOPScaxtkLaUZ1UB0P1kdteV7nGyqEhMJs3qYe0=; b=bkWAdpAYXVJqwq2E1NMtXAORGXlGOPdaGDxYe/0B51XIB0ubEgbK3WtGNwVrDTZD jjq0H1b4pUX0OjZiNB4vt7DBFxqHHeua4rY3jtBB4nthQxtc2qIC1QJNK9natQZTsRA xQfY02bNBCZHIbQt0l7MpTJJYPbDUqWaIr3GrJvj+KgDj3cMOrtcQwVCEQEzarjGZ7P PoFJAUJ2UYT92ERDkcNkbEHpTNcX5OScgG2wvanlNixJdf73IUGRx6SZ1f8UdJQPd9Y J1M8AdlhFvZT64nU02b2ZHXCgaHZ9AejcNgl3myM4Cy4H05Wv0qON24s68uX4zNV2FL 5Ng9pql0ig== Date: Fri, 8 Sep 2023 06:59:01 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] vulkan_decode: convert max level from vulkan to av for comparisons 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: Sep 6, 2023, 06:21 by dev@lynne.ee: > The spec finally clarified the meaning of the field to: > >> maxLevelIdc is a StdVideoH264LevelIdc value specifying the maximum H.264 level supported by the profile, where enum constant STD_VIDEO_H264_LEVEL_IDC__ identifies H.264 level . as defined in section A.3 of the ITU-T H.264 Specification.1 >> > > Annoyingly, we have to convert it to an IDC value to compare it. > Mesa commit: > https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24649 > Only mesa currently uses the IDC value, all other drivers use the enum. > > Patch attached. > Pushed. _______________________________________________ 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".