From c1eb3e7fecdc270e03a700d61ef941600a6af491 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Fri, 26 Apr 2013 14:47:08 +0200 Subject: swscale: add support for endianness only conversion Use bitfields in FormatEntry array to avoid wasting an int for each flag. --- libswscale/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/version.h') diff --git a/libswscale/version.h b/libswscale/version.h index acbdf6b012..54836739c0 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MINOR 1 -#define LIBSWSCALE_VERSION_MICRO 1 +#define LIBSWSCALE_VERSION_MICRO 2 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ -- cgit v1.2.3