Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> --- 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-requ...@ffmpeg.org with subject "unsubscribe".