summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2020-01-16 16:34:07 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-12 10:25:25 +0100
commit3182114f8815cb3324dd300d8254ecdb07dbe097 (patch)
treecfd25373619b9cd168cd2bbd59c86a92a4c8fd84 /libavutil/version.h
parentf15007afa90a3eb3639848d9702c1cc3ac3e896b (diff)
avutil/log: Add av_log_once() for printing a message just once with a high log level
Compared to ad-hoc if(printed) ... code this allows the user to disable it by adjusting the log level Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 2bc1b98615..633a21dca3 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 56
-#define LIBAVUTIL_VERSION_MINOR 39
+#define LIBAVUTIL_VERSION_MINOR 40
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \