diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-02 12:15:16 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-08 11:22:29 -0500 |
commit | bed2c4b2652b1412b584e5545d6dd2ef8c613be0 (patch) | |
tree | 06a696ff8b6e5ca64c1cd96c438b43904ed1fd97 /libavcodec/version.h | |
parent | 17dac56b8fdd80c594c39b76de3f27a7949afbde (diff) | |
download | ffmpeg-bed2c4b2652b1412b584e5545d6dd2ef8c613be0.tar.gz |
lavc: Add hevc main10 profile to avconv cli
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 322affcd31..6f58bc8c51 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 28 -#define LIBAVCODEC_VERSION_MICRO 3 +#define LIBAVCODEC_VERSION_MICRO 4 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |