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 E6B1544D97 for ; Sat, 24 Jun 2023 09:21:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A03A68C17A; Sat, 24 Jun 2023 12:21:17 +0300 (EEST) Received: from glom.nmugroup.com (glom.nmugroup.com [193.183.80.6]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 353A768BEFF for ; Sat, 24 Jun 2023 12:21:10 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by glom.nmugroup.com (Postfix) with ESMTP id BDB2F5428630 for ; Sat, 24 Jun 2023 11:21:09 +0200 (CEST) Received: from [192.168.1.110] (195-252-34-54-no2430.tbcn.telia.com [195.252.34.54]) (Authenticated sender: git01) by glom.nmugroup.com (Postfix) with ESMTPSA id 8656A54284DB for ; Sat, 24 Jun 2023 11:21:09 +0200 (CEST) Message-ID: <10de2b9a9f39a7cc12eb914e739fb483d37dfc78.camel@haerdin.se> From: Tomas =?ISO-8859-1?Q?H=E4rdin?= To: FFmpeg development discussions and patches Date: Sat, 24 Jun 2023 11:21:08 +0200 In-Reply-To: References: <20230609111455.17989-1-quinkblack@foxmail.com> User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/3] avcodec/videotoolboxenc: remove AUTO_PROFILE define 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: fre 2023-06-09 klockan 19:14 +0800 skrev Zhao Zhili: > From: Zhao Zhili > > Use FF_PROFILE_UNKNOWN as auto mode. Won't this break code that relies on AUTO_PROFILE? On the other hand zero refers to profiles that actually exist such as profile0 for vp9, so the old behavior is kinda bad. /Tomas _______________________________________________ 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".