diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-06-13 12:17:44 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-06-26 10:18:10 +0200 |
commit | 8fb92ea7e2a60c7f428136eb0d3d80810c1c74fc (patch) | |
tree | 95d27533c19d342285846002d0db80ef2a27dea2 /libavcodec/version.h | |
parent | 074fdf4d12b0c87ebef0cd0f196aa3297b60e96d (diff) | |
download | ffmpeg-8fb92ea7e2a60c7f428136eb0d3d80810c1c74fc.tar.gz |
avcodec: add YUY2 Lossless Codec 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 000026e1a5..f7cbae962f 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 47 +#define LIBAVCODEC_VERSION_MINOR 48 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |