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 EF0F74ACC7 for ; Thu, 24 Apr 2025 11:54:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 22FBB68B154; Thu, 24 Apr 2025 14:54:19 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A1B6F687CD5 for ; Thu, 24 Apr 2025 14:54:11 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id F24194389F for ; Thu, 24 Apr 2025 11:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1745495651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UaBhsZb8Osm7yAtKHTmS9MfcbMURezK1vPGLa9xJN7M=; b=R3FDj3y2A+a+mBhixNKGl1fGQjSCvn+eHie4yswCUOt0VQrjenT8ddUk/x42WtPJpR4KNj 7ucvxZz8VC9vGmf5c6ScUuCmUGRkn3HR4KCTiega5hhpYH0B35RZlE91ir8huvkaMibXEK J53QMjt0WD5PLTiWu+bC6LOtm8gcGxdHdryNjw0Xd6scueCaD/52fczN8kvXmaWXX5PLsZ LYZuaASLurSOGI5dvtBycjV01ClXUURDv8OMuM/vo1z3OH8oY7egh60E4dGmxygy3KAGHx uPLihXPM37w17eQYz5uci8rNjPh666QjIuTfdVhg+0gNv9csoOzFQWBpz5qdLQ== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 24 Apr 2025 13:54:08 +0200 Message-ID: <20250424115408.1560965-2-michael@niedermayer.cc> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250424115408.1560965-1-michael@niedermayer.cc> References: <20250424115408.1560965-1-michael@niedermayer.cc> MIME-Version: 1.0 X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvgeelgedtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhephffvufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpedvgfefudeijeetieejkefgfffhtdeludeuffdvfeelieevjeetvedufeetfeejfeenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH 2/2] avutil/map: document AV_DICT_MULTIKEY difference 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-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: Signed-off-by: Michael Niedermayer --- libavutil/map.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/map.h b/libavutil/map.h index 61c64900ace..7df591873a6 100644 --- a/libavutil/map.h +++ b/libavutil/map.h @@ -129,6 +129,9 @@ * there are restrictions on what compare function can be used on get depending on how the Map was created * you can mix case sensitive and case insensitive compare with av_map_supercmp_* * Supports binary objects, not just strings + * + * Entries must be unique, you cannot have 2 entries with the same keyvalue while + * AVDictionary with AV_DICT_MULTIKEY did not care about the value. */ enum { -- 2.49.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".