summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-18 11:41:13 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-20 13:16:23 +0200
commitb0629366a26628f19245ea2c06a6e366cb70f92f (patch)
tree488668607910fb323808a03d7979c65544a6343d /libavformat/version.h
parent3bd3e46c918005ab5b0fdfd36911373a6e94df9b (diff)
lavf: make cmdutils's check_stream_specifier public.
The new function is called avformat_match_stream_specifier() and does not include logging the error message.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 234c7a4bdf..0b977a401d 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,8 +30,8 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 54
-#define LIBAVFORMAT_VERSION_MINOR 17
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MINOR 18
+#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \