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 583F742D63 for ; Fri, 8 Jul 2022 10:17:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E48A768B8D0; Fri, 8 Jul 2022 13:17:04 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A69CE68B81D for ; Fri, 8 Jul 2022 13:16:57 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 548A537B055 for ; Fri, 8 Jul 2022 12:16:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1657275417; bh=7da5aIzIy1GNibCdbKhH6QQave9tV8zovIXf2goOaxI=; h=Date:Subject:To:References:From:In-Reply-To; b=ddtVF/ZimZ+XBoQPhCzopRGVmldDBOlVlQxVFv9PpzS3GRmQsdMEsQ9VgrVVf2Zjt 6bs7XBp1TpK3BwbkAlU1khzZbxMM1cTwqGQ9Mu3YKsujtuO3k7+tmJ2jC2MPK0jAMP HAHHv7OepwZptMWLevDDdnsJWVecJCgcBXb05WhCXbT2wRcejRQP0y7EfcaMGTQahV fG72njy8eVN3qBW8zAPBtHN+aHCrtTV8FLJipPy/A3iRatF2CFWh1CKF3wNuImQmzA /J0vJy57hC91XY/CaJUknGlVhQrBPaXLEEpKuTk7zqWg3HacfmFoM0aSrivCJ2K2PZ fhpV+SMwBGCRA== Message-ID: <7e75ad2c-584e-6acc-dc15-89850c4af774@rothenpieler.org> Date: Fri, 8 Jul 2022 12:17:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.0 To: ffmpeg-devel@ffmpeg.org References: <20220607113500.GU396728@pb2> <20220707204757.GV396728@pb2> <5a3163b7-e80a-0a51-6fc4-e793285cf908@gmail.com> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <5a3163b7-e80a-0a51-6fc4-e793285cf908@gmail.com> Subject: Re: [FFmpeg-devel] FFmpeg 5.1 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: > The lavfi changes, more specifically wrapped_avframe, still rely on > sizeof(AVFrame) being used outside lavu. We really need to stop > spreading its use and find a way to change this behavior. > I have tried like two different solutions and both were rejected, so > it's not going to be me. wrapped_avframe is used all over the place in lavd already. Is that really a problem, as long as it's within another libav* library? Given we don't support mix-matching library versions in the first place. The only real way around that would be a get_size function in lavu, and never using AVFrames on the stack, which is done in quite a lot of places. _______________________________________________ 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".