summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 16:36:55 +0200
committerAnton Khirnov <anton@khirnov.net>2022-11-06 08:26:48 +0100
commit9dad2379283cbf5842cff14c0e34b97958698201 (patch)
tree341872e33a014c5af126bc3e5bd1fc3532194eff /libavutil/version.h
parentaa3d98227e88f316f56aa73a5c6356e3949e9808 (diff)
downloadffmpeg-9dad2379283cbf5842cff14c0e34b97958698201.tar.gz
avutil/dict: Add av_dict_iterate
This is a more explicit iteration API rather than using the "magic" av_dict_get(d, "", t, AV_DICT_IGNORE_SUFFIX) which is not really trivial to grasp what it does when casually reading through code. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index b913f9d6c5..9b9eea2946 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 41
+#define LIBAVUTIL_VERSION_MINOR 42
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \