aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-15 01:14:58 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-20 17:16:02 +0100
commitba0a56e0b00474eb0e47d503b139816fe28c47e5 (patch)
tree549f34e9e0079f1b4552640f2e80ab6c2e70c585 /libavcodec/version.h
parent6fcf7adc019b29926ce7b096640cfdf714074bcd (diff)
downloadffmpeg-ba0a56e0b00474eb0e47d503b139816fe28c47e5.tar.gz
lavc/qtrle: Avoid an unaligned 64-bit write.
pixel_ptr can be increased by 4. Fixes a crash on sparc64.
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 a217283b03..348b4d0300 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 47
-#define LIBAVCODEC_VERSION_MICRO 104
+#define LIBAVCODEC_VERSION_MICRO 105
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \