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 0F30C48A73 for ; Tue, 27 Feb 2024 14:56:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0A73568CC79; Tue, 27 Feb 2024 16:56:08 +0200 (EET) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9D34C68CBDB for ; Tue, 27 Feb 2024 16:55:59 +0200 (EET) Received: by mail-lj1-f177.google.com with SMTP id 38308e7fff4ca-2d28387db09so32926091fa.0 for ; Tue, 27 Feb 2024 06:55:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1709045759; x=1709650559; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=2cN9JRGAeHwmXk4IM+0UtodKygGRscPdkBUl4Td4LAQ=; b=h7h1yPp2R0n3bsG8SbR7kGfJ6x1A4JqW6x14U8tHYyJDA/H4HePdTG59wxs4ktooXu b0Aog4YApyTw1GiyE50xQMRKrzn0Yo1a3q0ksWUQ5/hClxErT69zeTpJojZ9wajorMA7 hLFDdxO0jtQEkCo2WFWRk8XS56mCsFYsxcdcfh7+iOAen9jOXSDSyAwjARChDoIbC1A+ OMlws+lu0uLPfr6LAXaJakzEN21uceZJyWeZVHnRrGc+p+QMT9zjy6U/RAPJZiynzQMA uCgWd8LhGOZrjeXniMUN6wZr7Oqyu4nGjBp1jwlo34T+L2PAJImFev0/tE57PTIKlHJ3 FLLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709045759; x=1709650559; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2cN9JRGAeHwmXk4IM+0UtodKygGRscPdkBUl4Td4LAQ=; b=N31jM2kI0R67yg6xP4vR06QxHkZNoKVXhBQ0ZIZSl+oT1HUoK+OJBo7YOHpHLUOOTH fLoXVL7zZ6/s4VHVl9LiBA0ExKbivu6/DqSriIv2S0g/K7DFLsSnhLlgmgXdjBhq4b82 pwIPxv/0qXHHWE3+fgTtSxYGQLx5BGF1sDpGt0y9DvV1q0SDT7XbNaGhY7sKCY0T41YD Rg6QKIr27HyQpA62Q4cC3zC0aZzxxsqF6LOsu8XwDYtBiZAVa/igQSTsneHYAmwDafbj 4VNZ/ZfO8WOIvrvGdp2jGr2gzGHqQiTMIDxrH+dzHDoARYmyAf4iRlueniMijear5Ms4 I/xQ== X-Gm-Message-State: AOJu0YzoVkjpfvcuU2GUu2aGzbTu9UTVkMKGCT4V92V1/DoWNfr9bi4Q sWqpTLHhtM3uNXGBkP+66mQlfJPCftdeIBWP44TyQvkF5G0Y2VHcAyI3yink X-Google-Smtp-Source: AGHT+IFnmEE7txAU850OXoU1SQNZreinFCpZ/THRi5/pBLi/ZxiOjAYI7k4ygrd+aozeO3d5a/GKNQ== X-Received: by 2002:a2e:9d8b:0:b0:2d2:9573:dc52 with SMTP id c11-20020a2e9d8b000000b002d29573dc52mr1637644ljj.2.1709045758718; Tue, 27 Feb 2024 06:55:58 -0800 (PST) Received: from localhost.localdomain (2a01cb040b6872000000000000000afa.ipv6.abo.wanadoo.fr. [2a01:cb04:b68:7200::afa]) by smtp.gmail.com with ESMTPSA id o9-20020a5d4a89000000b0033df1dc39f0sm1859627wrq.4.2024.02.27.06.55.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Feb 2024 06:55:58 -0800 (PST) From: Matthieu Bouron To: ffmpeg-devel@ffmpeg.org Date: Tue, 27 Feb 2024 15:50:39 +0100 Message-ID: <20240227145536.281991-4-matthieu.bouron@gmail.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240227145536.281991-1-matthieu.bouron@gmail.com> References: <20240213230418.457056-1-matthieu.bouron@gmail.com> <20240227145536.281991-1-matthieu.bouron@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 3/6] avutil/jni: use size_t to store structure offsets 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: Matthieu Bouron 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: --- libavcodec/ffjni.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/ffjni.h b/libavcodec/ffjni.h index 6027bac0ab..d5894609ed 100644 --- a/libavcodec/ffjni.h +++ b/libavcodec/ffjni.h @@ -24,6 +24,7 @@ #define AVCODEC_FFJNI_H #include +#include /* * Attach permanently a JNI environment to the current thread and retrieve it. @@ -105,7 +106,7 @@ struct FFJniField { const char *method; const char *signature; enum FFJniFieldType type; - int offset; + size_t offset; int mandatory; }; -- 2.44.0 _______________________________________________ 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".