diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-29 01:40:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-29 14:53:57 +0100 |
commit | 9b0510a8e35930a22790518270ee6d3fad9f1666 (patch) | |
tree | 918c04513fb3e871b9537f118fd24c1d08333b0e /libswscale/version.h | |
parent | c8e8092543ddd09b5e5e69cde13d6f054edc69ab (diff) | |
download | ffmpeg-9b0510a8e35930a22790518270ee6d3fad9f1666.tar.gz |
lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 9c24122031..0393a6fe4a 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #define LIBSWSCALE_VERSION_MAJOR 5 #define LIBSWSCALE_VERSION_MINOR 0 -#define LIBSWSCALE_VERSION_MICRO 100 +#define LIBSWSCALE_VERSION_MICRO 101 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |