diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-04-06 11:02:39 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-04-21 20:15:17 +0200 |
commit | c85d04251df613db0e94a0bca50dbedfd38f41dd (patch) | |
tree | 2ae055a313bbd2bbe163d97f5831f20cb770c450 /libavcodec/version.h | |
parent | aa40df483b210ec95154848e068300ccd055286f (diff) | |
download | ffmpeg-c85d04251df613db0e94a0bca50dbedfd38f41dd.tar.gz |
avcodec: add TrueMotion 2.0 Real Time decoder
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 01d3d8e29c..084ae552ff 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 37 +#define LIBAVCODEC_VERSION_MINOR 38 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |