diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-09-27 19:39:23 -0600 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-09-28 11:03:20 +0200 |
commit | 44617d6ec975b307183d88f0e0b207a9913a8de2 (patch) | |
tree | cbbf9bcc01634389f7da1cca9e35e2a3e19dddcf /libavcodec/version.h | |
parent | e4aa3831b7eda41c51a369f5b98d0a6e76fbbcc7 (diff) | |
download | ffmpeg-44617d6ec975b307183d88f0e0b207a9913a8de2.tar.gz |
Opus decoder using libopus
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index ee70842d0e..8844502d58 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 29 +#define LIBAVCODEC_VERSION_MINOR 30 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |