diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-12-18 05:15:32 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-12-18 05:15:32 +0000 |
commit | d09b5a869fea0de5c2f43c547f8ccba8f4740293 (patch) | |
tree | 5414fbe66fcfe55c12a4dffa23fef53b5f7d5957 | |
parent | 2b2a597ec08b10a4995159b9f2572308c14dff47 (diff) | |
download | ffmpeg-d09b5a869fea0de5c2f43c547f8ccba8f4740293.tar.gz |
bump lavcodec minor version for amr-wb decoder in r26051
Originally committed as revision 26052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ecfc28be09..9c111bb3aa 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,8 +32,8 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 99 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 100 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |