diff options
author | Gildas Cocherel <gildas.cocherel@laposte.net> | 2013-12-19 00:30:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-20 19:35:27 +0100 |
commit | 2a41826bea3833895dc06939831b7f35ca1f597e (patch) | |
tree | e1dca860f9256aa2d6b03a5ef9505d73719f6501 /libavcodec/version.h | |
parent | f412b2c9f3a7add0ab8021262ec4bad249347e30 (diff) | |
download | ffmpeg-2a41826bea3833895dc06939831b7f35ca1f597e.tar.gz |
lavc: add HEVC profiles names
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 c5a777bffd..25c22df808 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 29 +#define LIBAVCODEC_VERSION_MINOR 30 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |