diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-06-17 12:30:34 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-20 15:48:12 -0400 |
commit | 470cd0c5fe6337b6cb5276b3f84400999450fc1b (patch) | |
tree | 687a9fce3b8cb3c6eb971e56652b4cb4ca9c5825 /libavcodec/version.h | |
parent | cc58656aca95b5ab517989a9524b9a2b1c5653cf (diff) | |
download | ffmpeg-streaming-470cd0c5fe6337b6cb5276b3f84400999450fc1b.zip ffmpeg-streaming-470cd0c5fe6337b6cb5276b3f84400999450fc1b.tar.gz |
Add TrueMotion 2.0 Real Time decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 e5a83e0..4f6e058 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 21 +#define LIBAVCODEC_VERSION_MINOR 22 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |