diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-12-24 04:51:43 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-12-24 04:51:43 +0000 |
commit | 185c7b6b2663ca22b5ae85e51b6ff5deacf5c038 (patch) | |
tree | 1f5550581c04ecfaff75909d37a362d60e925eac /libavformat/avformat.h | |
parent | f8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc (diff) | |
download | ffmpeg-185c7b6b2663ca22b5ae85e51b6ff5deacf5c038.tar.gz |
Musepack SV7 decoding support
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 07d521c7e2..6057e34800 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -25,8 +25,8 @@ extern "C" { #endif -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(6<<8)+0) -#define LIBAVFORMAT_VERSION 51.6.0 +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(7<<8)+0) +#define LIBAVFORMAT_VERSION 51.7.0 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) |