summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorNathan Caldwell <saintdev@gmail.com>2012-09-27 02:21:56 -0600
committerDiego Biurrun <diego@biurrun.de>2012-09-27 10:48:35 +0200
commitbcc1f7caeb3ffce072e7f79412383a2da016f848 (patch)
treee3d60cafeb4bdf4d399cf3ae99e02ada0fde244f /libavformat/version.h
parent2a3d82ab467183fd108f451a85ca06ebc2a57e2c (diff)
Add Opus support to the Ogg muxer.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index f343a38a78..4a4cfe3283 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 54
#define LIBAVFORMAT_VERSION_MINOR 17
-#define LIBAVFORMAT_VERSION_MICRO 2
+#define LIBAVFORMAT_VERSION_MICRO 3
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \