diff options
author | Ivan Uskov <ivan.uskov@nablet.com> | 2015-07-25 10:45:20 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-25 17:31:18 +0200 |
commit | 6d0123f40e2a94ae3f215af4d598919bc72b9b07 (patch) | |
tree | 17f9fd85849b19c2f57e1bea224030c9b2321909 /libavcodec/version.h | |
parent | 38490e07247e2a73d31ccb3f57b02db65c033ae3 (diff) | |
download | ffmpeg-6d0123f40e2a94ae3f215af4d598919bc72b9b07.tar.gz |
avcodec: Add QSV MPEG-2 video decoder.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 aea988209b..fe60110568 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 52 +#define LIBAVCODEC_VERSION_MINOR 53 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |