diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-03-11 17:21:04 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-07-08 17:02:37 +0200 |
commit | 0f2654c9a3eac1fd856a393047aacc4575620ecd (patch) | |
tree | 1da25de6aaae1c88db472fe3879b6de2ca2d2e85 /libavcodec/version.h | |
parent | 83a940e7fb9640954d631870e2ec6e8b3fc528ed (diff) | |
download | ffmpeg-0f2654c9a3eac1fd856a393047aacc4575620ecd.tar.gz |
lavc: add mediacodec hwaccel support
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 310aa950ed..71c85db93f 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 48 +#define LIBAVCODEC_VERSION_MINOR 49 #define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |