diff options
author | Peter Ross <pross@xvid.org> | 2008-07-28 10:48:03 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-07-28 10:48:03 +0000 |
commit | 993ba0518239020e22153961880e0b7c07c0e987 (patch) | |
tree | 79c367cab21798bde26ee8e3e99efee0f3bb20fa /libavcodec | |
parent | c749f3db982aacba0d120fddf6c0f19c6e1f04a4 (diff) | |
download | ffmpeg-993ba0518239020e22153961880e0b7c07c0e987.tar.gz |
increment minor version for commit r14412 (add sample_fmts infrastructure)
Originally committed as revision 14455 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 ba0df354a2..fdc468e7bb 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 61 +#define LIBAVCODEC_VERSION_MINOR 62 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |