diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-10-31 14:50:59 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-11-08 11:22:29 -0500 |
commit | 17dac56b8fdd80c594c39b76de3f27a7949afbde (patch) | |
tree | e83bb47011c86d60d1e2cbdbd9b3a0f81160a219 /libavcodec/version.h | |
parent | 0361e4dcb4d394c88c33364415a3b8fe315b67d1 (diff) | |
download | ffmpeg-17dac56b8fdd80c594c39b76de3f27a7949afbde.tar.gz |
lavu: Rename ycgco color space appropriately
Planes are ordered as the name suggests now.
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 a4856bf035..322affcd31 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 2 +#define LIBAVCODEC_VERSION_MICRO 3 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |