aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-21 01:03:52 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-26 02:51:46 +0200
commitcf856d8957f82a3b15071b8f1f551b06a65b9b3f (patch)
tree10d02fe98ea63d8cf3f6a10e0e2d13cb34c8ad1d /libavcodec/version.h
parent0ca738673a07977ea65d0fdfcedb6f5d5deeec30 (diff)
downloadffmpeg-cf856d8957f82a3b15071b8f1f551b06a65b9b3f.tar.gz
avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.h
They are also frequently used in libavformat. This change does not cause any breakage as avcodec.h includes defs.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index e973bb1c4d..1802a7ba1d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 46
+#define LIBAVCODEC_VERSION_MINOR 47
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \