diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-06-18 18:23:28 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-20 15:45:51 -0400 |
commit | d78fd2fa21cde28465e40dd0be4446b1387d22a6 (patch) | |
tree | 6a8be757e33deb91c6cd1c377dbbfe1a125dd07f /libavcodec/version.h | |
parent | ec9f04423b82afa323e90f5b2c677be74302c1fd (diff) | |
download | ffmpeg-d78fd2fa21cde28465e40dd0be4446b1387d22a6.tar.gz |
Add MagicYUV 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 ad7e19d893..e5a83e0e3a 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 20 +#define LIBAVCODEC_VERSION_MINOR 21 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |