diff options
author | Jai Menon <jmenon86@gmail.com> | 2008-08-19 19:25:00 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2008-08-19 19:25:00 +0000 |
commit | 833e90ddf524b5a1c6ebf81db5c78eec91f21749 (patch) | |
tree | 7d03a4b197c40b9462098d599f8854b712287f8c /libavcodec | |
parent | 745b39d5f92437629513f2b8fc3287fb2e66d3ff (diff) | |
download | ffmpeg-833e90ddf524b5a1c6ebf81db5c78eec91f21749.tar.gz |
Update changelog and general.texi to reflect
addition of the alac encoder, add Jai Menon
to MAINTAINERS and bump LIBAVCODEC_VERSION_MINOR.
Originally committed as revision 14849 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 070569b845..29b500f711 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 66 +#define LIBAVCODEC_VERSION_MINOR 67 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |