diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-05-22 15:18:30 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-05-31 22:37:09 +0200 |
commit | 77f9c4b7aa9eb793b3019025e177245896821816 (patch) | |
tree | c63c576ce7bdfcbe4e0fbc68072b2d34fb534f21 /libavcodec/version.h | |
parent | d0388bd32e1c84a9ef87ba6c448c7fffb6a9f259 (diff) | |
download | ffmpeg-77f9c4b7aa9eb793b3019025e177245896821816.tar.gz |
avocdec: add MagicYUV 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 ee3006c1b5..b7de26a461 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 43 +#define LIBAVCODEC_VERSION_MINOR 44 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |