diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-19 23:09:17 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-19 23:31:22 +0100 |
commit | 21a100610977a163fe6480b5cf4c25f34f64b86b (patch) | |
tree | be87f810148b2da229d9e1c833575ec06c13659b /libavcodec/version.h | |
parent | b614c147672aa3c1d38596c587a0921987cf94b7 (diff) | |
download | ffmpeg-21a100610977a163fe6480b5cf4c25f34f64b86b.tar.gz |
Support encoding 16bit pixel formats to sgi.
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 f9ccb49118..b897458241 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 53 #define LIBAVCODEC_VERSION_MINOR 57 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |