diff options
author | James Almer <jamrial@gmail.com> | 2015-05-04 18:37:50 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-05-04 18:39:51 -0300 |
commit | 079b7f6eacc09bc2813fc1ddc230ab05022b69c2 (patch) | |
tree | 2f99ffce6bec7e9d1b29c248f77ca7733959adc7 /libavcodec/version.h | |
parent | b4cc7d67f564417af5da99c894a305d1fdd75d51 (diff) | |
download | ffmpeg-079b7f6eacc09bc2813fc1ddc230ab05022b69c2.tar.gz |
vp9: add profile names
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@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 41c41451c7..a4aa547845 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 36 +#define LIBAVCODEC_VERSION_MINOR 37 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |