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 ESMTPS id CE6484C761 for ; Sat, 10 May 2025 07:20:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0AC1068C8DE; Sat, 10 May 2025 10:20:50 +0300 (EEST) Received: from outbound.st.icloud.com (p-east2-cluster1-host11-snip4-10.eps.apple.com [57.103.76.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2024368C880 for ; Sat, 10 May 2025 10:20:43 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lbguilherme.com; s=sig1; bh=/6+WANeb7U6/HTDJnb1E4Z4jc4CeY9xw88j1FqRiGCA=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:x-icloud-hme; b=K3DWcbtw3ihWb94nfFZ1nB5YwRDl3+HWLGq9YP0HSP11aIOfcyTzSYScew01bvvZu EKTl5pM8spe6zvSH8LLQwZlyiUfuetZhqtZDoZ8I/4no1lS28qV7oN+R/zRaJfUhSj 3jpH69JU+TmCcNbpaeW+JCtOqLtqg2A+F7iLv1w+ggbN9Ya8sJZt0CSxbazj3ECNb2 mogWPMLGDPVHafqJ0WjRjghlHuLy023lmFTgN6W3eKZmstSWvrkjiz1Yz4A2VkFIIX wfptFP9FFAWX243AFd//UZ/xBxvM8uzK/5NyaFcIDJShVH3PsOBmwOfDvKvuaokA49 UVKHaKm5mqbgg== Received: from smtpclient.apple (unknown [17.42.251.67]) by outbound.st.icloud.com (Postfix) with ESMTPSA id C74E61800E3D for ; Sat, 10 May 2025 07:20:40 +0000 (UTC) From: dev@lbguilherme.com Content-Type: multipart/mixed; boundary="Apple-Mail=_D6062148-029B-4D2B-BC47-1C2B1F25FCF1" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.500.181.1.5\)) Message-Id: <6DB262EB-F4B6-4313-924D-9237D9C70E49@lbguilherme.com> Date: Sat, 10 May 2025 04:20:27 -0300 To: ffmpeg-devel@ffmpeg.org X-Mailer: Apple Mail (2.3826.500.181.1.5) X-Proofpoint-ORIG-GUID: fdNAQXqGsUZEgJMT5SJk7Fw2ukQMKZCG X-Proofpoint-GUID: fdNAQXqGsUZEgJMT5SJk7Fw2ukQMKZCG X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1099,Hydra:6.0.736,FMLib:17.12.80.40 definitions=2025-05-10_03,2025-05-09_01,2025-02-21_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxlogscore=602 spamscore=0 clxscore=1030 adultscore=0 mlxscore=0 malwarescore=0 phishscore=0 suspectscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2308100000 definitions=main-2505100072 Subject: [FFmpeg-devel] [PATCH] avcodec/h2645_sei: allow building h2645_sei without 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --Apple-Mail=_D6062148-029B-4D2B-BC47-1C2B1F25FCF1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello, This is my first time sending a patch here, please let me know if I got = the process wrong. I was building a minimal libav for WebAssembly with Emscripten, with = only H264 and AAC. It fails unless I also enable other configs that = would increase code size. Seems like someone forgot to guard a call with a config macro. This = patch adds it, just like the other occurrences in this same file. = Everything works fine after that. Thanks! --Apple-Mail=_D6062148-029B-4D2B-BC47-1C2B1F25FCF1 Content-Disposition: attachment; filename=0001-avcodec-h2645_sei-allow-building-h2645_sei-without-C.patch Content-Type: application/octet-stream; x-unix-mode=0600; name="0001-avcodec-h2645_sei-allow-building-h2645_sei-without-C.patch" Content-Transfer-Encoding: quoted-printable =46rom=20f939db7224af5494e69cedbef03978fa009840c1=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Guilherme=20Bernal=20=0A= Date:=20Sat,=2010=20May=202025=2004:06:16=20-0300=0ASubject:=20[PATCH]=20= avcodec/h2645_sei:=20allow=20building=20h2645_sei=20without=0A=20= CONFIG_HEVC_SEI=0A=0A---=0A=20libavcodec/h2645_sei.c=20|=202=20++=0A=201=20= file=20changed,=202=20insertions(+)=0A=0Adiff=20--git=20= a/libavcodec/h2645_sei.c=20b/libavcodec/h2645_sei.c=0Aindex=20= 62369dd..56fdc7b=20100644=0A---=20a/libavcodec/h2645_sei.c=0A+++=20= b/libavcodec/h2645_sei.c=0A@@=20-932,5=20+932,7=20@@=20void=20= ff_h2645_sei_reset(H2645SEI=20*s)=0A=20=20=20=20=20= s->content_light.present=20=3D=200;=0A=0A=20=20=20=20=20= ff_refstruct_unref(&s->film_grain_characteristics);=0A+#if=20= CONFIG_HEVC_SEI=0A=20=20=20=20=20= ff_aom_uninit_film_grain_params(&s->aom_film_grain);=0A+#endif=0A=20}=0A= --=0A2.49.0=0A=0A= --Apple-Mail=_D6062148-029B-4D2B-BC47-1C2B1F25FCF1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --Apple-Mail=_D6062148-029B-4D2B-BC47-1C2B1F25FCF1--