diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-01 16:18:39 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-02-01 16:18:39 +0100 |
commit | f018b1f3a0f1148ee719beae64b5d6542e3209eb (patch) | |
tree | b12418a96831646ce0bae94865c6bc3ff2b79fee /libavcodec/version.h | |
parent | e912f45b81654ca13344ae7ba09a2ac629df142c (diff) | |
download | ffmpeg-f018b1f3a0f1148ee719beae64b5d6542e3209eb.tar.gz |
Support YA16 in jpeg 2000.
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 3827c38f69..7e2750ee2d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 21 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |