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 5BE6348F8A for ; Fri, 1 Mar 2024 15:29:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3E0C968D264; Fri, 1 Mar 2024 17:29:20 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B144868D171 for ; Fri, 1 Mar 2024 17:29:13 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=VX/KZ+m3; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 682FC24048D for ; Fri, 1 Mar 2024 16:29:10 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id EVCNoMQyKUxP for ; Fri, 1 Mar 2024 16:29:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1709306949; bh=IQ0HaxbWL66slcQkrg4bVt2fK5lInL1Ej5h/LkZe0+Y=; h=Subject:From:To:In-Reply-To:References:Date:From; b=VX/KZ+m3iHP3dQ8obDIWJU/JH/P4gvjO0NtQN6nzw3DLmeLXaBuFr8NdgKM/Q28Ow SGq/P7Zk8hgpGZ83RxNwHM3pj7F4DM5NJez0k4CK6bU0MGN5UzZ8HUl0ABFuALbEcW LR11wEfVm3NbWZ7mtojUpLdqwAVE7O/zmNqglR2mJPYnCO01+/mr+gKZQcGgZ+FOcr 3zCGL6lp4joxyy8MrF+keZL6bARswxwK/3eTRzlcXF4SgOIOwZ0Bo2Smc4dq9tv0eA l9cy35SBjp7vdwn4COxGf7lFiJ0mG8S1aMvocHBfjmB1DRckRQMCpB6wfIg5IHRm25 XN48QUF9XbThg== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 9FFFE240177 for ; Fri, 1 Mar 2024 16:29:09 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 67BEF1601B9; Fri, 1 Mar 2024 16:29:03 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240301123743.2332-1-jamrial@gmail.com> References: <20240301123743.2332-1-jamrial@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Fri, 01 Mar 2024 16:29:03 +0100 Message-ID: <170930694339.29002.6349037667431329064@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/decode: give packet side data priority over global 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: Quoting James Almer (2024-03-01 13:37:43) > Restores the behavior prior to ae22271620df90567ba276832b33607d64e9ba9c, where > global side data would be inserted first to the output frame, resulting in both > two entries for the same type and having priority when fetched by the AVFrame > helpers. > > This is a temporary fix for ticket #10857 until a proper method to select the > source for side data is implemented. Does it actually fix the ticket? I think ff_decode_frame_props_from_pkt() is called before the decoder adds bitstream side data to the frame. -- Anton Khirnov _______________________________________________ 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".