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 CD76F4773A for ; Thu, 21 Dec 2023 06:42:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DDF9A68CE37; Thu, 21 Dec 2023 08:42:50 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B900868CCE7 for ; Thu, 21 Dec 2023 08:42:44 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4Swgpp2jygz8PbP for ; Thu, 21 Dec 2023 01:42:42 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:to:from:subject:content-type :content-transfer-encoding; s=default; bh=x/rKHaaN+wjpvYMwwARk7D tl3dA=; b=ltBr+4yVrS+jQvhVnbF2+Og3SbADblCm0hHqIXq3GzU5KMR5DAMv4H ZEB3fpje+ld1YeXycD+CSmZ7b7k25U/NItwU+DSPP0SIQDQY99O6MBFHZuLBHSrH RqpEi5zj56hk4MWxmLgQVBckV8gPOG4NVjyDJ3vWEc0L186qkNKnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:to:from:subject:content-type :content-transfer-encoding; q=dns; s=default; b=PBOgI4V0Y85hNV3M DZSBFR/9UNBczCDxMXKVZ0g9oVWc+hd0jqvId9GprDykzxN27Mk5QUmpZUANei8a wOCy/Ru6O6nAC6AWoxq1yMvzWW3/sD7X88JpsG3VuxNXL85ceA9Y7JWXKVN44MUi jXwRCsoWpjcfw4/Mi/+OQnKfVpE= Received: from [192.168.6.81] (unknown [74.15.96.225]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4Swgpp28Nsz8PbN for ; Thu, 21 Dec 2023 01:42:42 -0500 (EST) Message-ID: Date: Thu, 21 Dec 2023 01:41:20 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: FFmpeg development discussions and patches From: Brad Smith Subject: [FFmpeg-devel] Backporting Clang 14 fix to the 4.4 branch 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: https://github.com/FFmpeg/FFmpeg/commit/ab792634197e364ca1bb194f9abe36836e42f12d But the function is in libavformat/utils.c for 4.4 instead of libavformat/seek.c. Could the Clang 14 fix please be backported to the 4.4 branch? OpenBSD ran into this issue recently when upgrading from Clang 13 to 16. https://marc.info/?l=openbsd-ports&m=170284868209618&w=2 https://marc.info/?l=openbsd-ports-cvs&m=170291311612369&w=2 _______________________________________________ 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".