diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-08-10 22:18:46 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-08-10 22:18:46 +0000 |
commit | 697c7cd44be1ecd351bc790fbcd3a46449d63f7d (patch) | |
tree | b38e63771af9c9da1d702656c1d8d178dd93f38e | |
parent | ea779d91cae8a30e316c11f3ec7a03b3f3f7fae0 (diff) | |
download | ffmpeg-697c7cd44be1ecd351bc790fbcd3a46449d63f7d.tar.gz |
Bump minor version as av_log_missing_feature() was added to public API in
r14685
Originally committed as revision 14686 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b141e32037..d932c79e7c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 51 -#define LIBAVCODEC_VERSION_MINOR 63 +#define LIBAVCODEC_VERSION_MINOR 64 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |