summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-19 21:02:42 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-19 21:02:42 +0100
commit84d7933e3b9c1a43a30adafebcde2b41f30ce3a1 (patch)
tree5aac91ea696241007f2a4cb59c2a974aa151a4a3 /libavcodec/version.h
parent76af0c78772f1f7de6d3c317591f007c4e995203 (diff)
lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.
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 08140b04cd..7dd9ca02b4 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 24
-#define LIBAVCODEC_VERSION_MICRO 103
+#define LIBAVCODEC_VERSION_MICRO 104
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \