summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2021-11-25 18:26:20 +0100
committerLynne <dev@lynne.ee>2021-12-03 22:41:00 +0100
commitb236ef0a594e20038b4045e2fecd414f1886d212 (patch)
treeb67579c48cb41c9e86e1624b0996f672ffe4ee64 /libavutil/version.h
parent03ab1de429a43a99c6de0c0d6ec1d275349dc133 (diff)
lavu/avframe: add a time_base field
This adds a time_base field to AVFrame, as an analogue to the AVPacket.time_base field.
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 a2615cd299..017fc277a6 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 9
+#define LIBAVUTIL_VERSION_MINOR 10
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \