diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-24 11:39:05 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-20 11:18:58 +0200 |
commit | a6cf296bd90ae4a8097f1681f86bfa42b32fe074 (patch) | |
tree | cc32366e607ba0bd6ed4b823f642664c33774c9a /libavcodec/version.h | |
parent | e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90 (diff) | |
download | ffmpeg-a6cf296bd90ae4a8097f1681f86bfa42b32fe074.tar.gz |
lavc: Opus decoder using libopus.
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 7538125714..2f829171f8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 41 +#define LIBAVCODEC_VERSION_MINOR 42 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |