diff options
author | Jan Ekström <jeebjp@gmail.com> | 2013-11-04 10:28:39 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-04 15:39:33 +0100 |
commit | cd8f772d0678a90957f4dfd5ce51af9d22e3f212 (patch) | |
tree | e800c9a4f9a172043615561d04f387148a5ed6c6 /libavcodec/version.h | |
parent | 446e37dc97e533e37f6aa0a11355124207e3a7f7 (diff) | |
download | ffmpeg-cd8f772d0678a90957f4dfd5ce51af9d22e3f212.tar.gz |
lavc: Add colorimetry values for BT.2020, other non-included ones
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 5e87841610..b488558cb5 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 24 +#define LIBAVCODEC_VERSION_MINOR 25 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |