summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-01-21 09:29:39 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-03-07 11:28:29 +0100
commit4737fe6907d2693d044d29ca06510cc6fcbec544 (patch)
treebd8d00d014b1f28a31b013c04e216894176542f6 /libavcodec/version.h
parent3ab178516ec85e7cf524f8c2e0791c5f000b532c (diff)
lavc: add h264 mediacodec decoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 95f4551992..bddf503009 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 27
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 28
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \