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 97D5F495D7 for ; Tue, 13 Feb 2024 23:05:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0DF8568D1DB; Wed, 14 Feb 2024 01:04:59 +0200 (EET) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E9A6668D1C4 for ; Wed, 14 Feb 2024 01:04:52 +0200 (EET) Received: by mail-pl1-f178.google.com with SMTP id d9443c01a7336-1d94b222a3aso40658035ad.2 for ; Tue, 13 Feb 2024 15:04:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707865491; x=1708470291; 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=GOOnVycJ4IyUr8Qoi6NN6GgavTc0IoY+cIaUNPYweZ0=; b=NQ7n2GguBtzQeEmSSBvSkBPGA+HlMtOQP+MzEVNcpIYHqYxi3HIL+bPRETSM1q5Eyu /rx+UxsTbc0+GkPbPAzxrWuPhktTv03UZW9emAyKM/L0dpVaaMCa8JuwkLOtAPKrvrkj nBypF4uvRTuMeaP/nGcUw1Lk3X/MsWyShsjudPUJ30wuPuakKFK+8PV1z2NhrsFmYtHM voV8VC/GjrqynYImE3GQB8StvjPhn9LfVYE5Y2xA6Hvl7072/j2aPi3cdQS3bLuj970Z MPNMHmGYbG9GDsJ5CGEkJHBkQSS/hkc4Q6kJmQOLVZdWco9g9yKZjA6hUIwU0LK9x0a5 I9KA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707865491; x=1708470291; 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=GOOnVycJ4IyUr8Qoi6NN6GgavTc0IoY+cIaUNPYweZ0=; b=gkOXA3gaPfvFwr0KlMbtNsAy3wQhbWhO5/u/CmsbTvKtHeIJPKXBVkzgHG7G6eE5ay ImMM3XyVpI1HdO/jh+sU1dAZ7hPfIiScoyfzEezykEoLgkggNySeEFfAgGGN6FRQpZeW o8qoAEjdWq29VngFJxZVzgmDEtTs6C5vm3IADXRRXbwtrex+HzOxx1FR+9WL472MdiZr fA/xIBpQ+9qCSH8Dv7SYxFIxOkBCz4IwYYYx1HyEfVr+sTeQ1VofL4Z1pAaKefuEx2Gc hDrMKQtAdnOWsMyl4U4hOYGvjJg70wIKNJd1ugkIVSWjSh49UTBV53NZnie9iI1RMxhK rDiA== X-Gm-Message-State: AOJu0YwIjSwtXXX1KF1tyPykdT4mKo+C76Mk7vTzHJm01JHlqd1/YTWW oi6fB54u6lkoJJ6/X0EGpiX6PV0/KF3Pdc4MNksIY8oYcifWpXwzgJYsSxJC X-Google-Smtp-Source: AGHT+IH1IhenhYfBJaSD0TcZXqbAHZcao+zmGItIItDCWswpCaklQdVUPidzzBWrtFWfUwYWkuSL9Q== X-Received: by 2002:a17:902:eac4:b0:1d9:ec0e:2db2 with SMTP id p4-20020a170902eac400b001d9ec0e2db2mr1119329pld.3.1707865491314; Tue, 13 Feb 2024 15:04:51 -0800 (PST) Received: from localhost.localdomain (2a01cb040b6872000000000000000afa.ipv6.abo.wanadoo.fr. [2a01:cb04:b68:7200::afa]) by smtp.gmail.com with ESMTPSA id l13-20020a170903244d00b001da294ff6d5sm2580098pls.189.2024.02.13.15.04.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Feb 2024 15:04:50 -0800 (PST) From: Matthieu Bouron To: ffmpeg-devel@ffmpeg.org Date: Tue, 13 Feb 2024 23:50:12 +0100 Message-ID: <20240213230418.457056-5-matthieu.bouron@gmail.com> X-Mailer: git-send-email 2.43.1 In-Reply-To: <20240213230418.457056-1-matthieu.bouron@gmail.com> References: <20240213230418.457056-1-matthieu.bouron@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 4/7] 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: --- libavutil/jniutils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavutil/jniutils.h b/libavutil/jniutils.h index 2be401c974..01f3acb88d 100644 --- a/libavutil/jniutils.h +++ b/libavutil/jniutils.h @@ -24,6 +24,7 @@ #define AVUTIL_JNIUTILS_H #include +#include /* * Attach permanently a JNI environment to the current thread and retrieve it. @@ -102,7 +103,7 @@ struct FFJniField { const char *method; const char *signature; enum FFJniFieldType type; - int offset; + size_t offset; int mandatory; }; -- 2.43.1 _______________________________________________ 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".