summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-25 21:54:17 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-26 23:14:40 +0100
commite9e623369d7ba330ab8157157e956cb71d8058b5 (patch)
treedd05c35ba0ef5d78f6e9c76105d5ac9877d1931f /libavcodec/version.h
parentdf7b165e878ec07cfc31253bd8a6ad422a55089a (diff)
avcodec: add Ulead DV audio decoder
Fixes #1564. Signed-off-by: Paul B Mahol <onemda@gmail.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 c059fdfa55..2dc83ba87c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 22
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \