diff options
author | Nathan Caldwell <saintdev@gmail.com> | 2012-09-27 02:21:56 -0600 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-09-27 10:48:35 +0200 |
commit | bcc1f7caeb3ffce072e7f79412383a2da016f848 (patch) | |
tree | e3d60cafeb4bdf4d399cf3ae99e02ada0fde244f /libavformat/version.h | |
parent | 2a3d82ab467183fd108f451a85ca06ebc2a57e2c (diff) | |
download | ffmpeg-bcc1f7caeb3ffce072e7f79412383a2da016f848.tar.gz |
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.h | 2 |
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, \ |