diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-05-27 13:52:36 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-06-02 15:16:52 +0000 |
commit | 514cb9bb928191491bb2c2503b2be32904176622 (patch) | |
tree | 23e3a954e6af7ab734356cfac4fc7817cca3be98 /libavcodec/version.h | |
parent | 2e67dde954d042dc628b7dec6eb3fe9027245eff (diff) | |
download | ffmpeg-514cb9bb928191491bb2c2503b2be32904176622.tar.gz |
tta encoder
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 4c2c21b7f6..b1fcbd05cd 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 13 +#define LIBAVCODEC_VERSION_MINOR 14 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |