diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-14 17:33:43 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-14 17:33:43 +0000 |
commit | c99f9b0ac7b26db004217f176c85154151dd3d6a (patch) | |
tree | fb564d2463ad2199eacc13e6a51962b776c06e1c /libavcodec | |
parent | c716f91757de7e798d4ad8659d0a0a61f380d566 (diff) | |
download | ffmpeg-c99f9b0ac7b26db004217f176c85154151dd3d6a.tar.gz |
minor bump and Changelog entry for r25747
Originally committed as revision 25753 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 eee0467a90..bff9477986 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 95 +#define LIBAVCODEC_VERSION_MINOR 96 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |