diff options
author | Peter Ross <pross@xvid.org> | 2008-07-09 08:34:43 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-07-09 08:34:43 +0000 |
commit | 5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81 (patch) | |
tree | dcb0155542ea47e7be5a229ff18be7035e1378d2 /libavcodec | |
parent | e98750c3736410b451e2f4d8b5eeee830425226f (diff) | |
download | ffmpeg-5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81.tar.gz |
increment minor version for commit r14110 (Electronic Arts CMV decoder)
Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 0fc9acb479..83167a244a 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 58 +#define LIBAVCODEC_VERSION_MINOR 59 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |