diff options
author | Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> | 2012-03-01 12:43:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-02 19:10:29 +0100 |
commit | 9d25f1f6194dba9cfd60c0596aa59ad145d61382 (patch) | |
tree | ffe2a145aa9c9d31f95904ec4e0fd01ae73f4f6f /libavcodec/version.h | |
parent | 9243ec4a508c81a621e941bb7e012e2d45d93659 (diff) | |
download | ffmpeg-9d25f1f6194dba9cfd60c0596aa59ad145d61382.tar.gz |
Windows Media Audio Lossless decoder
Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet.
Bitstream parser written by Andreas Ă–man with contributions from
Baptiste Coudurier and Ulion.
Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and
Konstantin Shishkov, shine and polish by Diego Biurrun.
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 49f929f024..7790f24c0c 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 4 +#define LIBAVCODEC_VERSION_MINOR 5 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |