diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-04-26 14:47:08 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2013-05-06 18:55:58 +0200 |
commit | c1eb3e7fecdc270e03a700d61ef941600a6af491 (patch) | |
tree | 2a280b28311debfd7f8dc9812280473cd3eb0706 /libswscale/version.h | |
parent | 74652af821d7e526a6541876a637fbf81261fa8e (diff) | |
download | ffmpeg-c1eb3e7fecdc270e03a700d61ef941600a6af491.tar.gz |
swscale: add support for endianness only conversion
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
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 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, \ |