summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-01 15:39:50 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 22:29:52 +0100
commit7b3214d0050613bd347a2e41c9f78ffb766da25e (patch)
tree3fcde9d9a7e5998e5828235066e31c3cd8815f13 /libavcodec/version.h
parent21f7cd4acd8dc4b4796b55966dd015cb037164d8 (diff)
lavc: add a field for passing AVHWFramesContext to encoders
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 9c40c7956b..18d2754661 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 12
+#define LIBAVCODEC_VERSION_MINOR 13
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \