summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-26 18:29:02 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-26 18:29:02 +0200
commitf2c867051c8fb2eb06c1b43a4b08d60a1eafd987 (patch)
tree1c1bcbf4e77b761001c85afc9dd9e19c4b979836 /libavcodec/version.h
parenta07ac9302335c1f12dcfb7d4ef57689f25c8e2c4 (diff)
lavc/avcodec: Constify the return value of av_bitstream_filter_next().
Fixes the following gcc warning: libavcodec/bitstream_filter.c:39:12: warning: return discards 'const' qualifier from pointer target type
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 69f124a4c6..226da1935f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 0
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \