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 4765547942 for ; Fri, 26 Jan 2024 09:36:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2225F68CDBE; Fri, 26 Jan 2024 11:36:44 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 44BEC68C4EA for ; Fri, 26 Jan 2024 11:36:37 +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=DWOOYe+/; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 0286A2405F2; Fri, 26 Jan 2024 10:36:37 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id 6xW1Z-blG_BK; Fri, 26 Jan 2024 10:36:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1706261796; bh=bQD4PkRRbnXAYC7bwNnEDjAmlTgg4r0BZKvu+0MsaGw=; h=Subject:From:To:Cc:In-Reply-To:References:Date:From; b=DWOOYe+/R861VYY9Oqd3Se3q/5MPWa+AZHWYdp2Fmr8NukGV1r6xXwVoGY+P/aM3+ Z4E0nz/0q7jtLZdWVw8OzZEsylwtgP5YricepRffvAoqVP8utAYf50EexQEQzRH7EI 2rTO5kDhvKwUc1ZsIrCBidYcXjtuaPN3kN9Y/oVi3eOR3kFd002GGmoonXpAdjVGzq AWwFzDRy3BElZfqPnjOYgJoObVAfnSUbPf8Mvg4ytSBvurXoi6vk07a5bzxAnYcxUJ Ll6Ky4kpgNQkQh78nRcJc02jJYsthA3ld/6LQ2Kc9pn7S3OjHf0Vpra/qRV6A2Jq02 3vJNLWK/79b4g== 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 6F68B2404E5; Fri, 26 Jan 2024 10:36:36 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id D530A1601B9; Fri, 26 Jan 2024 10:36:34 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240110090547.69151-1-ffmpeg@haasn.xyz> References: <20240110090547.69151-1-ffmpeg@haasn.xyz> Mail-Followup-To: FFmpeg development discussions and patches , Niklas Haas Date: Fri, 26 Jan 2024 10:36:34 +0100 Message-ID: <170626179485.8914.11156439406477457395@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffplay: add missing YUV metadata to buffersrc 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 Cc: Niklas Haas 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 Niklas Haas (2024-01-10 10:05:46) > From: Niklas Haas > > Fixes error spam from the `ffplay` tool since commit 2d555dc82d, caused > by an oversight on my part - I didn't notice during development that > `ffplay` goes through its own filtering code path separate from > fftools/ffmpeg_filter.c Wouldn't the same issue affect any other caller? -- 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".