diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-10-02 13:43:19 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-10-08 09:06:25 +0000 |
commit | d7a473926504e2acfa6ae3bead0938e1f4e03441 (patch) | |
tree | f4eae034819efb112671ec93273fc1653b64b9eb /libavcodec/version.h | |
parent | 208a5d13228208caea10d96353693c39d08a1211 (diff) | |
download | ffmpeg-d7a473926504e2acfa6ae3bead0938e1f4e03441.tar.gz |
TAK demuxer, decoder and parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b2f4bb010f..506f9f83f6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 64 +#define LIBAVCODEC_VERSION_MINOR 65 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |